index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-12-14 12:35:01 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-12-18 16:33:37 +1000 |
commit | 0cd174efd5065dca26fcce180d853fe6323d3e12 (patch) | |
tree | 7c21768c49d8a574d380c0332525eb51b52d3b04 /scripts/makepkg.sh.in | |
parent | a4b23417f9868e14fddf0e6f35e57ba05f029623 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 771aa722..33dff245 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2367,7 +2367,7 @@ create_srcpackage() { for i in 'changelog' 'install'; do local file files - [[ $install ]] && files+=("$install") + [[ ${!i} ]] && files+=("${!i}") for name in "${pkgname[@]}"; do if extract_function_var "package_$name" "$i" 0 file; then files+=("$file") |