diff options
| author | danix <danix@danix.xyz> | 2026-04-03 16:38:37 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-04-03 16:38:37 +0200 |
| commit | f79e5abfcc3509f635f1b4bfdd3cd06814bea433 (patch) | |
| tree | 4ab1629bba743a64fd8fd6a8201486bbb9077457 | |
| parent | ca3e38566396f6da172f1e2e5c3cea5f85366f17 (diff) | |
| download | my-slackbuilds-f79e5abfcc3509f635f1b4bfdd3cd06814bea433.tar.gz my-slackbuilds-f79e5abfcc3509f635f1b4bfdd3cd06814bea433.zip | |
added comment in hstr.SlackBuild for patch attribution to @conraid.
| -rw-r--r-- | hstr/hstr.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hstr/hstr.SlackBuild b/hstr/hstr.SlackBuild index 07af63e..72e4b11 100644 --- a/hstr/hstr.SlackBuild +++ b/hstr/hstr.SlackBuild @@ -80,6 +80,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix for ncurses-6.5 +# thanks to Conraid - https://codeberg.org/conraid/SlackBuilds/src/branch/master/hstr/hstr.SlackBuild sed -i "s|<ncursesw/curses.h>|<curses.h>|" src/include/hstr_curses.h src/include/hstr.h autoreconf -vfis |
