mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/openmodelica: Remove fakeroot.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
484528f6de
commit
b78946751d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue