summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2024-01-27 19:33:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-03 08:08:56 +0700
commitcbf3675192af8388f390db40921cafce67de3f11 (patch)
tree70df1cb281eb672fdcbd46b7e938631501b5234e /academic
parentb588454576edb771d8db91578d67d429e39e7904 (diff)
downloadslackbuilds-cbf3675192af8388f390db40921cafce67de3f11.tar.gz
slackbuilds-cbf3675192af8388f390db40921cafce67de3f11.tar.xz
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>
Diffstat (limited to 'academic')
-rw-r--r--academic/ngspice/ngspice.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/ngspice/ngspice.SlackBuild b/academic/ngspice/ngspice.SlackBuild
index 6edf8a8503..db12c3aab6 100644
--- a/academic/ngspice/ngspice.SlackBuild
+++ b/academic/ngspice/ngspice.SlackBuild
@@ -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