summaryrefslogtreecommitdiff
path: root/scripts/makepkg
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-30 09:01:10 +0800
committerruki <[email protected]>2017-03-30 09:01:16 +0800
commit972c5c27e2b926d8891f42705f4b6a7dae793e03 (patch)
treeb35ffe2ef5cde182b6803f9078eb1cfbb3cf93f1 /scripts/makepkg
parenta82e12311bbfd8e9d0aad4cc0aecb62b3e6aa224 (diff)
modify makepkg
Diffstat (limited to 'scripts/makepkg')
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index 4f58fdb68..5ca4cc5aa 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -56,7 +56,7 @@ export XMAKE_PROGRAM_DIR=/usr/local/share/xmake
chmod 755 /tmp/xmake.sh
# make dep package using fpm
-fpm -s dir -t $target -n xmake -v $version -m "<[email protected]>" --description="A make-like build utility based on Lua" --license=LICENSE.md \
+fpm -s dir -t $target -n xmake -v $version -m "<[email protected]>" --description "A make-like build utility based on Lua" --url "xmake.io" --license Apache \
xmake=/usr/local/share/ \
core/bin/demo.pkg/bin/$plat/$arch/demo.b=/usr/local/share/xmake/xmake \
/tmp/xmake.sh=/usr/local/bin/xmake