diff options
-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} |