summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/offlineimap/offlineimap.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/offlineimap/offlineimap.SlackBuild b/network/offlineimap/offlineimap.SlackBuild
index 41c3fd902b..5973d225cb 100644
--- a/network/offlineimap/offlineimap.SlackBuild
+++ b/network/offlineimap/offlineimap.SlackBuild
@@ -46,7 +46,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
# In case the source was fetched with wget or some other downloader:
-[ -e v${VERSION} ] && mv v${VERSION} $SRCNAM.tar.gz
+[ -e v${VERSION} ] && mv v${VERSION} $PRGNAM.tar.gz
rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT