]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/commitdiff
- missing -d for install
authorkloczek <kloczek@pld-linux.org>
Thu, 28 Dec 2000 10:18:41 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-CGI-SpeedyCGI-DESTDIR.patch -> 1.3

perl-CGI-SpeedyCGI-DESTDIR.patch

index 24e10aa14c057ce69ac31b170436baf35db1788d..bf45daa98aa4237e288f9cda9cdf4f62b7cd1aaf 100644 (file)
@@ -6,7 +6,7 @@ diff -Nru CGI-SpeedyCGI-2.02/mod_speedycgi/Makefile.tmpl CGI-SpeedyCGI-2.02.new/
  #   install the shared object file into Apache 
  install: all
 -      $(APXS) -i -a -n 'speedycgi' mod_speedycgi.so
-+      install $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`
++      install -d $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`
 +      install 'speedycgi' $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`/mod_speedycgi.so
  
  #   cleanup
This page took 0.033857 seconds and 4 git commands to generate.