thier: update to new pack naming conventions - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 58c26cf0ce1f5971421c3f229aa6da1e180ff44f
(DIR) parent ff79140e8c779fb0d6faf8b32434b9b34056d4cc
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Tue, 23 May 2017 08:43:12 +0200
hier: update to new pack naming conventions
Diffstat:
M hier/mkfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/hier/mkfile b/hier/mkfile
t@@ -4,7 +4,7 @@ ver = 0.1
<../config.mk
destdir = `{printf '%s/%s/.rootfs' "$(pwd)" "$pkg-$ver"}
-tarball = ${REPO}/$pkg\#$ver.tar.bz2
+tarball = ${REPO}/$pkg@$ver.tbz
$tarball:Q: build-fs
cd $destdir
t@@ -62,4 +62,4 @@ clean:V:
rm -rf $pkg-$ver
distclean:V: clean
- rm -f ${REPO}/$pkg\#$ver.tar.bz2
+ rm -f ${REPO}/$pkg@$ver.tbz2