aboutsummaryrefslogtreecommitdiff
path: root/repos/gentemplate.sh
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-17 22:50:16 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-17 22:50:16 +0800
commit8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9 (patch)
tree778925c58e70b035e9cfe9a12e345d1ddd3dbb61 /repos/gentemplate.sh
parente7a05bccb4e979eb70b15defa583ef81cabed9e0 (diff)
downloadalicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.tar.gz
alicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.zip
updates
Diffstat (limited to 'repos/gentemplate.sh')
-rwxr-xr-xrepos/gentemplate.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/repos/gentemplate.sh b/repos/gentemplate.sh
index 9232caff..2bac3c9c 100755
--- a/repos/gentemplate.sh
+++ b/repos/gentemplate.sh
@@ -31,7 +31,7 @@ if [ "$2" ]; then
fi
[ -d $name ] && {
- grep ^version= $name/info
+ grep ^version= $name/abuild
echo "port for $name exist"
exit 1
}
@@ -47,6 +47,6 @@ mkdir -p $name
echo "name=$name
version=$version
release=1
-source=\"$url\"" > $name/info
+source=\"$url\"" > $name/abuild
-cat $name/info
+cat $name/abuild