summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.sh b/pkg.sh
index 156328e..521d814 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -20,7 +20,7 @@ update_pkg() {
local pkgname="$1"
[[ -z $pkgname ]] && usage
- git pull -s subtree $pkgname master
+ git subtree push --prefix "aur/$pkgname" $pkgname master
}
import_pkgs() {