diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 21:28:33 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-17 21:28:33 +0000 |
commit | 62e19d6591ffd768addd5574cb76bf1a7bf9d015 (patch) | |
tree | 62c575287fd082bc8714161e384699d56e15461c | |
parent | 70d9af60bf9b7e26aa6969743962e61413be30f7 (diff) | |
download | slackbuilds-62e19d6591ffd768addd5574cb76bf1a7bf9d015.tar.gz slackbuilds-62e19d6591ffd768addd5574cb76bf1a7bf9d015.tar.bz2 |
libpng: small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1120 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-x | patches/libpng/libpng.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/patches/libpng/libpng.SlackBuild b/patches/libpng/libpng.SlackBuild index 4dc8772f..63457984 100755 --- a/patches/libpng/libpng.SlackBuild +++ b/patches/libpng/libpng.SlackBuild @@ -85,13 +85,10 @@ find . -perm 511 -exec chmod 755 {} \; find . -perm 711 -exec chmod 755 {} \; find . -perm 555 -exec chmod 755 {} \; -./configure --prefix=/usr --libdir=$LIBDIR || exit $ERROR_CONF - zcat $CWD/libpng.libs.diff.gz | patch -p1 --verbose || exit $ERROR_PATCH - -# Link the custom makefile: ln -sf scripts/makefile.linux ./Makefile +./configure --prefix=/usr --libdir=$LIBDIR || exit $ERROR_CONF make || exit $ERROR_MAKE make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL |