First check in
This commit is contained in:
20
SRC/patches/01_destdir.patch
Normal file
20
SRC/patches/01_destdir.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
diff -Naur a/Makefile b/Makefile
|
||||
--- a/Makefile 2014-04-18 17:35:39.000000000 +0000
|
||||
+++ b/Makefile 2015-10-29 02:08:30.660000000 +0000
|
||||
@@ -95,12 +95,12 @@
|
||||
rm -f *~
|
||||
|
||||
install: tree
|
||||
- install -d $(BINDIR)
|
||||
- install -d $(MANDIR)
|
||||
+ install -d $(DESTDIR)$(BINDIR)
|
||||
+ install -d $(DESTDIR)$(MANDIR)
|
||||
if [ -e $(TREE_DEST) ]; then \
|
||||
- install $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
|
||||
+ install $(TREE_DEST) $(DESTDIR)$(BINDIR)/$(TREE_DEST); \
|
||||
fi
|
||||
- install doc/$(MAN) $(MANDIR)/$(MAN)
|
||||
+ install doc/$(MAN) $(DESTDIR)$(MANDIR)/$(MAN)
|
||||
|
||||
distclean:
|
||||
if [ -f tree.o ]; then rm *.o; fi
|
||||
2
SRC/patches/README
Normal file
2
SRC/patches/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Place any patch files here and preface each with a number indicating
|
||||
the order of execution. Patch files are expected to use a .patch extension.
|
||||
BIN
SRC/tree-1.7.0.tgz
Normal file
BIN
SRC/tree-1.7.0.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user