diff options
| author | ruki <[email protected]> | 2017-04-02 21:13:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-02 21:13:18 +0800 |
| commit | f1fc76c466f8016206396920ddbfb3a17220b503 (patch) | |
| tree | ab19d99132bce2268fddfbe1e0f1202f76dbd73c /scripts/makepkg | |
| parent | 9d0992684961d49be8a0e3466ab445bff40d7ae9 (diff) | |
modify makepkg script
Diffstat (limited to 'scripts/makepkg')
| -rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<[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 \ + core/src/demo/demo.b=/usr/local/share/xmake/xmake \ /tmp/xmake.sh=/usr/local/bin/xmake |
