[Pkg-php-commits] r1434 - pear/php-testing-selenium/trunk/debian
Mark Hershberger
mah-guest at alioth.debian.org
Sun Aug 8 17:56:51 UTC 2010
Author: mah-guest
Date: 2010-08-08 17:56:50 +0000 (Sun, 08 Aug 2010)
New Revision: 1434
Modified:
pear/php-testing-selenium/trunk/debian/rules
Log:
update rules
Modified: pear/php-testing-selenium/trunk/debian/rules
===================================================================
--- pear/php-testing-selenium/trunk/debian/rules 2010-08-08 17:46:21 UTC (rev 1433)
+++ pear/php-testing-selenium/trunk/debian/rules 2010-08-08 17:56:50 UTC (rev 1434)
@@ -13,7 +13,7 @@
PEAR ?= /usr/bin/pear
pear_pkg = $(shell ls |grep ${PEAR_NAME})
-package = php-$(shell cat ${PEAR_NAME} | sed 's,_,-,g; s,\(.*\),\L\1,;' )
+package = php-$(shell echo $(PEAR_NAME) | sed 's,_,-,g; s,\(.*\),\L\1,;' )
configure: configure-stamp
configure-stamp:
More information about the Pkg-php-commits
mailing list