Add -r to the default makepkg args

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-01-29 11:41:21 -06:00
parent 3078cb535c
commit 0410fb0a2f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
FORCE="n"
RUN=""
MAKEPKG_ARGS="-s"
MAKEPKG_ARGS="-sr"
REPACK=""
WORKDIR=$PWD
clean_first="0"