diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 00:06:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:26 +0700 |
commit | b671b23bacc31f045ba26ec2fcc9358e817ab586 (patch) | |
tree | a4e8d0e378aac8803be154c7d5d4ef1b62254345 /system/steghide | |
parent | 777024ba456b9e5bb5f706c87b6903179b59ac0f (diff) | |
download | slackbuilds-b671b23bacc31f045ba26ec2fcc9358e817ab586.tar.gz |
system/steghide: Fix README, script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/steghide')
-rw-r--r-- | system/steghide/README | 2 | ||||
-rw-r--r-- | system/steghide/steghide.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/steghide/README b/system/steghide/README index 021c40d4d7..70510ec141 100644 --- a/system/steghide/README +++ b/system/steghide/README @@ -1,4 +1,4 @@ Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectivly sample-frequencies are not changed thus making -the embedding resistant against first-order statistical tests.
\ No newline at end of file +the embedding resistant against first-order statistical tests. diff --git a/system/steghide/steghide.SlackBuild b/system/steghide/steghide.SlackBuild index eaf19f30a7..ce643226b8 100644 --- a/system/steghide/steghide.SlackBuild +++ b/system/steghide/steghide.SlackBuild @@ -103,4 +103,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |