diff options
Diffstat (limited to 'system/sash/patches/sash-3.7-DESTDIR.patch')
-rw-r--r-- | system/sash/patches/sash-3.7-DESTDIR.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/sash/patches/sash-3.7-DESTDIR.patch b/system/sash/patches/sash-3.7-DESTDIR.patch deleted file mode 100644 index ff9b438f20..0000000000 --- a/system/sash/patches/sash-3.7-DESTDIR.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur sash-3.7.orig/Makefile sash-3.7/Makefile ---- sash-3.7.orig/Makefile 2002-07-21 18:24:47.000000000 -0500 -+++ sash-3.7/Makefile 2007-08-22 15:53:41.717089132 -0500 -@@ -40,7 +40,7 @@ - rm -f $(OBJS) sash - - install: sash -- cp sash $(BINDIR)/sash -- cp sash.1 $(MANDIR)/sash.1 -+ cp sash $(DESTDIR)/$(BINDIR)/sash -+ cp sash.1 $(DESTDIR)/$(MANDIR)/sash.1 - - $(OBJS): sash.h |