From b032f39fab257ed3c80e3a40efd85a5011d411de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Schr=C3=B6der?= Date: Thu, 21 Jun 2007 15:50:32 +0000 Subject: [PATCH] - don't create empty files in todelete --- init_buildsystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_buildsystem b/init_buildsystem index b81ae36..571363e 100755 --- a/init_buildsystem +++ b/init_buildsystem @@ -428,7 +428,7 @@ mkdir -p $BUILD_ROOT/.init_b_cache/todelete for PKG in $BUILD_ROOT/.init_b_cache/alreadyinstalled/* ; do PKG=${PKG##*/} test "$PKG" = "*" && continue - touch $BUILD_ROOT/.init_b_cache/todelete/$PKG + ln $BUILD_ROOT/.init_b_cache/alreadyinstalled/$PKG $BUILD_ROOT/.init_b_cache/todelete/$PKG done for PKG in $PACKAGES_TO_INSTALL_FIRST $PACKAGES_TO_INSTALL ; do rm -f $BUILD_ROOT/.init_b_cache/todelete/$PKG -- 2.7.4