diff options
Diffstat (limited to 'system/sudosh2/sudosh2.SlackBuild')
-rw-r--r-- | system/sudosh2/sudosh2.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/sudosh2/sudosh2.SlackBuild b/system/sudosh2/sudosh2.SlackBuild index e37cf4f41f53..afc5eb0ecd34 100644 --- a/system/sudosh2/sudosh2.SlackBuild +++ b/system/sudosh2/sudosh2.SlackBuild @@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \ $do_record make -# make install will install sudosh.conf in the build system, use +# make install will install sudosh.conf in the build system, use # make install-am to avoid this and manualy install the conf file. make install-am DESTDIR=$PKG install -m 0644 -D $TMP/$PRGNAM-$VERSION/src/sudosh.conf $PKG/etc/sudosh.conf.new |