summaryrefslogtreecommitdiff
path: root/app-misc/ytree/files/ytree-1.94-bindir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ytree/files/ytree-1.94-bindir.patch')
-rw-r--r--app-misc/ytree/files/ytree-1.94-bindir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-misc/ytree/files/ytree-1.94-bindir.patch b/app-misc/ytree/files/ytree-1.94-bindir.patch
deleted file mode 100644
index a79904e923b3..000000000000
--- a/app-misc/ytree/files/ytree-1.94-bindir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Makefile.orig 2010-04-11 17:44:57.511131862 +0200
-+++ ./Makefile 2010-04-11 17:44:14.143178887 +0200
-@@ -225,6 +225,8 @@
- $(CC) $(LFLAGS) -o $@ $(OBJS) $(LDFLAGS)
-
- install: $(MAIN)
-+ if [ ! -d $(BINDIR) ]; then mkdir -p $(BINDIR); fi
-+ if [ ! -d $(MANDIR) ]; then mkdir -p $(MANDIR); fi
- install $(MAIN) $(BINDIR)
- gzip -9c ytree.1 > ytree.1.gz
- if [ -d $(MANDIR) ]; then install -m 0644 ytree.1.gz $(MANDIR)/; fi