summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-23 21:26:45 +0800
committerruki <[email protected]>2020-02-23 21:26:45 +0800
commit3df7c62080e5ae878d6f32ce5245f6602a5425d8 (patch)
tree06f31da0fe0a5c348802761c8007420ac5704bff /scripts
parentf6155f883fd6377e0ee5002425f84f05eb420bef (diff)
update scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/archive-all1
-rwxr-xr-xscripts/makepkg2
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/archive-all b/scripts/archive-all
index bd9be43a7..3576de865 100755
--- a/scripts/archive-all
+++ b/scripts/archive-all
@@ -24,7 +24,6 @@ cp -r ./xmake $tmpdir/xmake/xmake
cp ./scripts/*.sh $tmpdir/xmake/scripts
cp ./*.md $tmpdir/xmake
cp makefile $tmpdir/xmake
-cp install $tmpdir/xmake
cd $tmpdir/xmake || exit
rm -rf ./core/src/tbox/tbox/src/demo
diff --git a/scripts/makepkg b/scripts/makepkg
index 1868cf760..6c2bd1348 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -20,7 +20,7 @@
# check
if [ $# -lt 2 ]; then
- echo "Usage: ./scripts/makepkg [rpm|deb|oscpkg|pacman] [version]"
+ echo "Usage: ./scripts/makepkg [rpm|deb|osxpkg|pacman] [version]"
exit
fi