aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacook <schism@subverted.org>2009-12-17 08:53:08 -0700
committerdacook <schism@subverted.org>2011-01-11 12:20:27 -0700
commita56515855bccf067ad2c11cad94aac8bc95e3738 (patch)
tree55cfa1de31ecd296525aa3867f418e8e1d063ab0 /gen_funcs.sh
parentCheck return codes of cpio (lessen from bug #246370) (diff)
downloadgenkernel-a56515855bccf067ad2c11cad94aac8bc95e3738.tar.gz
genkernel-a56515855bccf067ad2c11cad94aac8bc95e3738.tar.bz2
genkernel-a56515855bccf067ad2c11cad94aac8bc95e3738.zip
GPG source
Add source tarball handling for GPG support.
Diffstat (limited to 'gen_funcs.sh')
-rwxr-xr-xgen_funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_funcs.sh b/gen_funcs.sh
index cfb9d6b3..6af595ef 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -498,7 +498,7 @@ set_config_with_override() {
}
check_distfiles() {
- for i in $BUSYBOX_SRCTAR $DEVICE_MAPPER_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR
+ for i in $BUSYBOX_SRCTAR $DEVICE_MAPPER_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR
do
if [ ! -f "${i}" ]
then