aboutsummaryrefslogtreecommitdiff
path: root/dev/libs/libgweather/libgweather.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev/libs/libgweather/libgweather.SlackBuild')
-rw-r--r--dev/libs/libgweather/libgweather.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev/libs/libgweather/libgweather.SlackBuild b/dev/libs/libgweather/libgweather.SlackBuild
index 2bc002a3..d1979eed 100644
--- a/dev/libs/libgweather/libgweather.SlackBuild
+++ b/dev/libs/libgweather/libgweather.SlackBuild
@@ -143,11 +143,17 @@ libgweather: by avs
libgweather:
EODESC
+# Copy slack-required
+mkdir -p "$PKG/install" || exit $ERROR_MKDIR
+if [ -f "$CWD/slack-required" ]; then
+ cp $CWD/slack-required $PKG/install
+fi
+
# Build the package
cd "$PKG"
makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG
# Delete source and build directories if requested
-if [ "$CLEANUP" == "yes" ]; then
+if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then
rm -rf "$PKG_WORK" "$PKG"
fi