]> git.pld-linux.org Git - packages/php.git/commitdiff
- fixed mktemp execution in deinstall()
authorwaszi <waszi@pld-linux.org>
Tue, 30 Jan 2001 14:01:39 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-module-install -> 1.5

php-module-install

index 746b654713433d46bcf9bd9253908736eff917ca..9a55de1aa68180de0357fc6f0e5e70ba9854ec5d 100644 (file)
@@ -20,7 +20,7 @@ fi
 deinstall()
 {
 if [ -f ${INIFILE} ] && grep -q "^extension[[:space:]]*=[[:space:]]*${MODNAME}.so" ${INIFILE} ; then
-       TMPFILE=`mktemp -q /tmp/$0.XXXXXX`
+       TMPFILE=`mktemp -q /tmp/php-module-install.XXXXXX`
        if [ $? -ne 0 ]; then
                echo "$0: Can't create temp file, exiting..."
                exit 1
This page took 0.408054 seconds and 4 git commands to generate.