From f1fc76c466f8016206396920ddbfb3a17220b503 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 2 Apr 2017 21:13:18 +0800 Subject: modify makepkg script --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg') diff --git a/scripts/makepkg b/scripts/makepkg index 315fdabbc..6703706ba 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -55,7 +55,7 @@ chmod 755 /tmp/xmake.sh # make dep package using fpm fpm -s dir -t $target -n xmake -v $version -m "" --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 \ + core/src/demo/demo.b=/usr/local/share/xmake/xmake \ /tmp/xmake.sh=/usr/local/bin/xmake -- cgit v1.3.1