diff options
-rw-r--r-- | graphics/xsane/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xsane/files/patch-ad b/graphics/xsane/files/patch-ad new file mode 100644 index 000000000000..b75a0a974311 --- /dev/null +++ b/graphics/xsane/files/patch-ad @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Thu Oct 12 02:30:03 2000 ++++ src/Makefile.in Thu Oct 12 02:30:16 2000 +@@ -59,7 +59,7 @@ + all: $(PROGRAMS) + + install: $(PROGRAMS) +- $(MKINSTALLDIRS) $(bindir) $(sbindir) $(datadir) $(sanedatadir) $(sanedatadir)/xsane ++ $(MKINSTALLDIRS) $(bindir) $(datadir) $(sanedatadir) $(sanedatadir)/xsane + @for program in $(BINPROGS); do \ + $(INSTALL_PROGRAM) $${program} $(bindir)/$${program}; \ + done |