summaryrefslogtreecommitdiffstats
path: root/system/memory-editor/memory-editor.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-01-02 12:21:24 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:25 +0700
commit00f36a5ac2b0fd947a529f8966aa633d79b41f72 (patch)
tree88366471872c9ff2aaa174f68b7ac810c6e23325 /system/memory-editor/memory-editor.SlackBuild
parent079756625720a4becb05409524301910225abe3f (diff)
downloadslackbuilds-00f36a5ac2b0fd947a529f8966aa633d79b41f72.tar.gz
slackbuilds-00f36a5ac2b0fd947a529f8966aa633d79b41f72.tar.xz
system/memory-editor: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs and src directories. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memory-editor/memory-editor.SlackBuild')
-rw-r--r--system/memory-editor/memory-editor.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/memory-editor/memory-editor.SlackBuild b/system/memory-editor/memory-editor.SlackBuild
index 6cd1086a61..aa83d629de 100644
--- a/system/memory-editor/memory-editor.SlackBuild
+++ b/system/memory-editor/memory-editor.SlackBuild
@@ -69,8 +69,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+rm -rf med-$VERSION
+tar xvf $CWD/med-$VERSION.tar.gz
cd med-$VERSION
chown -R root:root .
find -L . \