slackbuilds_ponce/system/zarfy/patch-src-makefile-in
Richard Narron dc81844ff9 system/zarfy: Fix build outside /tmp/SBo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-02-01 00:23:37 +07:00

11 lines
495 B
Text

--- src/Makefile.in.orig 2008-09-13 06:05:07.000000000 -0700
+++ src/Makefile.in 2015-01-26 08:28:52.276310733 -0800
@@ -200,7 +200,7 @@
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+ test -z "$(DESTDIR)$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
@list='$(bin_PROGRAMS)'; for p in $$list; do \
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
if test -f $$p \