diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-02-27 15:18:10 +0100 |
---|---|---|
committer | Xavier Chantry <shiningxc@gmail.com> | 2009-03-15 18:10:24 +0100 |
commit | a556bc57fccf9b35f9b2eca08ddae595c3a75592 (patch) | |
tree | ce8d7862adf0a6270fb82e226076173b2e001474 /lib/libalpm/util.c | |
parent | bbcf96230ad16ad91f5ab8cb93c05fd15136d3e4 (diff) | |
download | pacman-a556bc57fccf9b35f9b2eca08ddae595c3a75592.tar.gz pacman-a556bc57fccf9b35f9b2eca08ddae595c3a75592.tar.xz |
repo-add : fix package variables declaration
- arch was missing
- backup is not used by repo-add. However makepkg still needs to put it in
PKGINFO because pacman uses it
- startdir is no longer used after the new delta implementation
- the declaration of group, depend, backup, etc is not needed because these
variables are always declared before being used :
declare $var="$val"
case "$var" in
group) _groups="$_groups$group\n" ;;
- reorder the variables declaration to follow the same order than they are
written to the depends and desc file, for making future checks easier
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/util.c')
0 files changed, 0 insertions, 0 deletions