From f9303c363325bffb16b1b2a25f162db6214af2f5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Nov 2011 10:02:06 -0500 Subject: [PATCH] parallel-debian: Remove hack to remove FIFO We now support named pipes. --- parallel-debian/gnomeos-make-image.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/parallel-debian/gnomeos-make-image.sh b/parallel-debian/gnomeos-make-image.sh index 5475a6d7..101734f8 100755 --- a/parallel-debian/gnomeos-make-image.sh +++ b/parallel-debian/gnomeos-make-image.sh @@ -132,7 +132,6 @@ if ! test -d ${OBJ}; then ar x $d; tar -x -z -C data -f data.tar.gz; cd data; - rm -f dev/.initctl # Hack since we don't support committing named pipes $OSTREE --repo=../../repo commit -b "${archivename}" -s "Version ${debversion}" BRANCHES="$BRANCHES $archivename" cd ../..