Tweak the packaging scripts. Add a starting point for the uploader.
This commit is contained in:
@@ -6,7 +6,9 @@ then
|
||||
exit $E_BADARGS
|
||||
fi
|
||||
|
||||
# Replace any dashes in the version string with periods
|
||||
PKGVERSION=`echo $1 | sed "s/-/\\./g"`
|
||||
|
||||
sed -i "s/{VERSION}/$PKGVERSION/" PKGBUILD
|
||||
rootdir=`readlink -f $2`
|
||||
sed -i "s|{ROOT}|$rootdir|" PKGBUILD
|
||||
|
||||
Reference in New Issue
Block a user