diff options
author | G. Galdini <jake@dioniso.com.br> | 2024-06-06 01:32:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-06 01:40:28 +0700 |
commit | 5522c62b9a47539be2fa30e5a2ae401b9d21807c (patch) | |
tree | c7f961628efd16b31d84979033812bb27ebfbd39 /office | |
parent | 207a967b0429cc3620d301b17fc04ed981d74296 (diff) |
office/sent: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/sent/README | 6 | ||||
-rw-r--r-- | office/sent/sent.SlackBuild | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/office/sent/README b/office/sent/README index 741f5ef07d..3bb63afce9 100644 --- a/office/sent/README +++ b/office/sent/README @@ -5,7 +5,7 @@ uses plaintext files to describe the slides and can also display images. The presentation is displayed in a simple X11 window. If you wish patches: - Create 'patches' directory and add patches files on it. Declare - variable PATCHES to yes (PATCHES=yes) before run SlackBuild script. + Create 'patches' directory and add patches files on it. Declare + variable PATCHES to yes (PATCHES=yes) before run SlackBuild script. -Optional dependencie: - farbfeld (include images). +Optional dependency: farbfeld (include images). diff --git a/office/sent/sent.SlackBuild b/office/sent/sent.SlackBuild index 4aa3f02911..0e8452a73a 100644 --- a/office/sent/sent.SlackBuild +++ b/office/sent/sent.SlackBuild @@ -66,10 +66,10 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -# when unpacked - not create folder -mkdir $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PRGNAM-$VERSION +# when unpacked not create folder +mkdir $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PRGNAM-$VERSION cd $PRGNAM-$VERSION # apply patches if variable PATCHES is 'yes' @@ -89,11 +89,12 @@ make install \ MANPREFIX=/usr/man \ DESTDIR=$PKG -strip --strip-unneeded $PKG/usr/bin/$PRGNAM +strip --strip-unneeded $PKG/usr/bin/$PRGNAM gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |