From b78946751ddb491fab05017c9517f3b4c64213e7 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 25 Dec 2014 09:59:44 +0700 Subject: academic/openmodelica: Remove fakeroot. Signed-off-by: Willy Sudiarto Raharjo --- academic/openmodelica/openmodelica.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/academic/openmodelica/openmodelica.SlackBuild b/academic/openmodelica/openmodelica.SlackBuild index 925542b0a7d7e..e2cf61a077e25 100644 --- a/academic/openmodelica/openmodelica.SlackBuild +++ b/academic/openmodelica/openmodelica.SlackBuild @@ -62,7 +62,7 @@ cd $TMP rm -rf ${PRGNAM}_23571 tar xvf $CWD/${PRGNAM}_23571.orig.tar.gz cd ${PRGNAM}_23571 -fakeroot chown -R root:root . +chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ @@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-METIS=/usr \ --disable-python-interface -#make NOLIBRARIES=Yes all-runtimeCPPinstall make NOLIBRARIES=Yes all make install DESTDIR=$PKG -- cgit v1.2.3