From 836ba18991af12dd5094a79a3777bb736857f18a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Dec 2013 01:41:09 +0100 Subject: wibble --- src/fripost-partman-udeb/Makefile | 2 +- src/fripost-postinst-udeb/finish-install.d/07fripost | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/fripost-partman-udeb/Makefile b/src/fripost-partman-udeb/Makefile index b603c83..b1f19cf 100644 --- a/src/fripost-partman-udeb/Makefile +++ b/src/fripost-partman-udeb/Makefile @@ -6,7 +6,7 @@ LIBS = lib/stdbuf.so all: ${LIBS} %.so: %.c - #TODO: multiarch (-m32/-m64) + # TODO: multiarch (-m32/-m64) ${CC} ${CFLAGS} $< -fPIC -shared -o $@ clean: diff --git a/src/fripost-postinst-udeb/finish-install.d/07fripost b/src/fripost-postinst-udeb/finish-install.d/07fripost index 9483eab..c00e617 100755 --- a/src/fripost-postinst-udeb/finish-install.d/07fripost +++ b/src/fripost-postinst-udeb/finish-install.d/07fripost @@ -172,7 +172,7 @@ cat > "$dpkg_remove" <<- EOF wamerican wbritish EOF -#XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'. +# XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'. #/usr/sbin/chroot /target /usr/bin/dpkg-query \ # --show --showformat='${binary:Package} ${binary:Summary}\n' \ # | sed -rn 's/^(\S+)\s.*\btransitional dummy package\b.*/\1/p' \ @@ -259,7 +259,7 @@ fi progress "Fixing permissions on home directories" db_get adduser/homedir-permission || true -# Workaround for #398802 +# XXX: Workaround for #398802 if [ "${RET:-true}" = false ]; then # Fix permissions for existing users . /target/etc/adduser.conf -- cgit v1.2.3