- add workaround for bad ubuntu package, see bnc#733699
authorMichael Schroeder <mls@suse.de>
Tue, 17 Apr 2012 14:56:16 +0000 (16:56 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 17 Apr 2012 14:57:09 +0000 (16:57 +0200)
init_buildsystem

index f036448..8657dea 100755 (executable)
@@ -957,6 +957,8 @@ for PKG in $PACKAGES_TO_INSTALL_FIRST RUN_LDCONFIG $PACKAGES_TO_INSTALL $PACKAGE
                ln -s "/bin/true" "$BUILD_ROOT/sbin/start"
            fi
        fi
+       # another workaround, see bug bnc#733699
+       rm -f "$BUILD_ROOT/var/run/init.upgraded"
        continue
     fi