diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-25 17:39:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-25 17:39:14 +0200 |
| commit | e6c372115ec8d1553b12a2f4eff554192fa0eedd (patch) | |
| tree | 8b25ff50308ffc7cdc589e68c2a345f3702b38f7 /feroxbuster/feroxbuster.SlackBuild | |
| parent | 580ef7dd3debeba90b0cd006e0ae25ddd47b7bdc (diff) | |
| download | slackware-pentesting-suite-e6c372115ec8d1553b12a2f4eff554192fa0eedd.tar.gz slackware-pentesting-suite-e6c372115ec8d1553b12a2f4eff554192fa0eedd.zip | |
feroxbuster: add doinst.sh to handle .new config file
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'feroxbuster/feroxbuster.SlackBuild')
| -rw-r--r-- | feroxbuster/feroxbuster.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feroxbuster/feroxbuster.SlackBuild b/feroxbuster/feroxbuster.SlackBuild index 071bae8..036dc21 100644 --- a/feroxbuster/feroxbuster.SlackBuild +++ b/feroxbuster/feroxbuster.SlackBuild @@ -135,6 +135,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |
