diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 00:16:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 19:19:14 +0100 |
commit | 4ad1c23ae2eb30888cda520c739cc26150512487 (patch) | |
tree | 31f94005926b43b42c3d9718bc98521af3c35e59 | |
parent | 2214d6884030ad12fa6db98af92bbb53ea04b56c (diff) |
install to /usr/lib/uclibc-ng-test
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | Rules.mak | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b0482d1..b2e40ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,5 +21,5 @@ test_gen: $(LOCAL_INSTALL_PATH) $(if $(O),top_builddir=$(O)/) install: - mkdir -p $(DESTDIR) - tar --exclude='*.[och]' -cvf - test/ | tar -xvf - -C $(DESTDIR) + mkdir -p $(DESTDIR)/usr/lib/uclibc-ng-test + tar --exclude='*.[och]' -cvf - test/ | tar -xvf - -C $(DESTDIR)/usr/lib/uclibc-ng-test @@ -65,7 +65,7 @@ TAR = tar SED = sed AWK = awk -DESTDIR ?= /usr/lib/uclibc-ng-test +DESTDIR ?= STRIP_FLAGS ?= -x -R .note -R .comment |