mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ngspice: Point the chmod to the correct directory.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b588454576
commit
cbf3675192
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ ln -s "libngspice.so.0.0.9" "$PKG/usr/lib${LIBDIRSUFFIX}/libngspice.so"
|
|||
install -Dm644 ./src/include/ngspice/sharedspice.h $PKG/usr/include/ngspice/sharedspice.h
|
||||
# Move the configure output file.
|
||||
mv $TMP/$PRGNAM-$VERSION/release/src/include/ngspice/config.h $PKG/usr/include/ngspice/
|
||||
chmod 644 $PRGNAM-$VERSION/usr/doc/ngspice-42/examples/klu/Circuits/libraries/*.lib
|
||||
chmod 644 $PKG/usr/doc/ngspice-42/examples/klu/Circuits/libraries/*.lib
|
||||
|
||||
install -Dm644 $CWD/$PRGNAM.png $PKG/usr/share/icons/hicolor/48x48/apps/$PRGNAM.png
|
||||
|
||||
|
|
Loading…
Reference in a new issue