Skip to content
Snippets Groups Projects
Commit 5d21e5cc authored by Ondrej Sury's avatar Ondrej Sury
Browse files

cgi-bin should be installed as php@PHP_VERSION@

parent 18b9afba
No related branches found
No related tags found
No related merge requests found
usr/bin/php-cgi@PHP_VERSION@
usr/share/man/man1/php-cgi@PHP_VERSION@.1
usr/lib/cgi-bin/php@PHP_VERSION@-cgi
usr/lib/cgi-bin/php@PHP_VERSION@
......@@ -499,7 +499,7 @@ prepare-files-stamp:
# install extra CGI-BIN
mkdir -p debian/tmp/usr/lib/cgi-bin/
install -m 755 cgi-build/sapi/cgi/usr.bin.$(PHP_CGI) debian/tmp/usr/lib/cgi-bin/$(PHP_CGI)
install -m 755 cgi-build/sapi/cgi/usr.bin.$(PHP_CGI) debian/tmp/usr/lib/cgi-bin/php$(PHP_NAME_VERSION)
touch prepare-files-stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment