summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-03-04 01:23:24 +0000
committer Eric Hameleers <alien@slackware.com>2006-03-04 01:23:24 +0000
commitae45aef3789fb01a3c3cc0eabac1387b0995910c (patch)
tree8df4b8c5c22a0ffc651d4a0b991bd8a42da20266
parent05fc372d574de6b7c3792769819176b9d5e71696 (diff)
downloadasb-ae45aef3789fb01a3c3cc0eabac1387b0995910c.tar.gz
asb-ae45aef3789fb01a3c3cc0eabac1387b0995910c.tar.xz
Prevent writing to the root of the build box.
-rwxr-xr-xpartimage/build/partimage.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/partimage/build/partimage.SlackBuild b/partimage/build/partimage.SlackBuild
index 99555b5f..b4ca6385 100755
--- a/partimage/build/partimage.SlackBuild
+++ b/partimage/build/partimage.SlackBuild
@@ -88,6 +88,7 @@ echo "Extracting the program tarball for $PRGNAM..."
tar -xjvf $CWD/${PRGNAM}-${VERSION}.tar.bz2
cd ${PRGNAM}-${VERSION}
+patch -p0 < $CWD/partimage_makefile.patch
cp $CWD/mkinstalldirs .
chmod +x mkinstalldirs
@@ -128,7 +129,7 @@ fi
DOCS="AUTHORS BOOT* BUGS COPYING ChangeLog FORMAT FUTURE INSTALL PACKAGES \
README* ROADMAP SURVEY TESTS THANKS TODO \
- $CWD/README.slackware $CWD/makecertificate.sh"
+ $CWD/00README.slackware $CWD/makecertificate.sh"
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS \