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, 13 insertions, 0 deletions
diff --git a/system/sash/patches/sash-3.7-DESTDIR.patch b/system/sash/patches/sash-3.7-DESTDIR.patch new file mode 100644 index 000000000000..ff9b438f2088 --- /dev/null +++ b/system/sash/patches/sash-3.7-DESTDIR.patch @@ -0,0 +1,13 @@ +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 |