From cbf3675192af8388f390db40921cafce67de3f11 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 27 Jan 2024 19:33:18 +0100 Subject: academic/ngspice: Point the chmod to the correct directory. Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- academic/ngspice/ngspice.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'academic/ngspice') 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 -- cgit v1.2.3-65-gdbad