]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/blame - perl-CGI-SpeedyCGI-DESTDIR.patch
perl 5.36.0 rebuild
[packages/perl-CGI-SpeedyCGI.git] / perl-CGI-SpeedyCGI-DESTDIR.patch
CommitLineData
0d4f4ef6 1diff -Nru CGI-SpeedyCGI-2.02/mod_speedycgi/Makefile.tmpl CGI-SpeedyCGI-2.02.new/mod_speedycgi/Makefile.tmpl
6e5bd9e5 2--- CGI-SpeedyCGI-2.20/mod_speedycgi/Makefile.tmpl Fri Dec 15 23:12:18 2000
3+++ CGI-SpeedyCGI-2.20.new/mod_speedycgi/Makefile.tmpl Thu Dec 28 05:51:04 2000
4@@ -37,7 +37,8 @@
0d4f4ef6 5
6 # install the shared object file into Apache
7 install: all
6e5bd9e5 8- $(APXS) -i -a -n 'speedycgi' $(SHARED_OBJ_TARGET)
ff5fcb80 9+ install -d $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`
6e5bd9e5 10+ install $(SHARED_OBJ_TARGET) $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`/$(SHARED_OBJ_TARGET)
0d4f4ef6 11
12 # cleanup
13 clean:
This page took 0.130766 seconds and 4 git commands to generate.