index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-03-29 21:26:58 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-03-29 21:26:58 -0500 |
commit | 9a9f1e00da3150150e57fc949b5c45b93afeefe8 (patch) | |
tree | d8ad27b900a3bb0c5cffe0f723e1f2699e7ad8fd | |
parent | d6d7435a6c687c8599b9b5ebe54cccd067795cf0 (diff) |
-rwxr-xr-x | scripts/makepkg | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index 5afb285c..92d8ab26 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -809,6 +809,8 @@ else file_type=$(file -biz "$file") unset cmd case "$file_type" in + *application/x-tar*application/x-compress*) + cmd="tar -xzf $file" ;; *application/x-tar*) cmd="tar -xf $file" ;; *application/x-zip*) |