aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-05-28 20:25:52 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-05-28 20:25:52 +0200
commitb65dae078790631c3637ca593ac6fa822a6be6d6 (patch)
tree5f0843b657b47c730baf04f8ad562eba3a97e23c /gen_funcs.sh
parentBump to 3.4.33.1 (diff)
downloadgenkernel-b65dae078790631c3637ca593ac6fa822a6be6d6.tar.gz
genkernel-b65dae078790631c3637ca593ac6fa822a6be6d6.tar.bz2
genkernel-b65dae078790631c3637ca593ac6fa822a6be6d6.zip
Fix an e2fsprogs compilation leftover (bug #417095)
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 f199014..48a3382 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -495,7 +495,7 @@ set_config_with_override() {
}
check_distfiles() {
- for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $E2FSPROGS_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR
+ for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR
do
if [ ! -f "${i}" ]
then