summaryrefslogtreecommitdiffstats
path: root/tinyproxy
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-26 15:33:42 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-26 15:33:42 +0000
commit4854a0f9dc696252dea2c0dd4053dd3b84f2483c (patch)
tree294808599ef2e63e91396d9bc759b86bf92840f8 /tinyproxy
parent3d40c32479307a6796aad3c0a761f954d0e375bc (diff)
downloadasb-4854a0f9dc696252dea2c0dd4053dd3b84f2483c.tar.gz
asb-4854a0f9dc696252dea2c0dd4053dd3b84f2483c.tar.xz
This version successfully built a package for Slackware 13.1
Diffstat (limited to 'tinyproxy')
-rwxr-xr-xtinyproxy/build/tinyproxy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyproxy/build/tinyproxy.SlackBuild b/tinyproxy/build/tinyproxy.SlackBuild
index 3c05c9e1..eafdc5b7 100755
--- a/tinyproxy/build/tinyproxy.SlackBuild
+++ b/tinyproxy/build/tinyproxy.SlackBuild
@@ -177,7 +177,7 @@ make $NUMJOBS 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log
# Do not clobber the configuration file:
-mv $PKG/etc/tinyproxy/tinyproxy.conf{,.new}
+mv $PKG/etc/tinyproxy.conf{,.new}
# Add this to the doinst.sh:
! [ -d $PKG/install ] && mkdir -p $PKG/install
@@ -198,7 +198,7 @@ config() {
done
}
-config etc/tinyproxy/tinyproxy.conf.new
+config etc/tinyproxy.conf.new
EOINS