summaryrefslogtreecommitdiffstats
path: root/office/keepnote
diff options
context:
space:
mode:
Diffstat (limited to 'office/keepnote')
-rw-r--r--office/keepnote/README8
-rw-r--r--office/keepnote/keepnote.SlackBuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/office/keepnote/README b/office/keepnote/README
index 0385b2762c..8c2bdffbc9 100644
--- a/office/keepnote/README
+++ b/office/keepnote/README
@@ -1,8 +1,8 @@
KeepNote is a note taking application.
-With KeepNote, you can store your class notes, TODO lists, research notes,
-journal entries, paper outlines, etc in a simple notebook hierarchy
-with rich-text formatting, images, and more. Using full-text search,
-you can retrieve any note for later reference.
+With KeepNote, you can store your class notes, TODO lists, research
+notes, journal entries, paper outlines, etc in a simple notebook
+hierarchy with rich-text formatting, images, and more. Using full-text
+search, you can retrieve any note for later reference.
To use spell checking (optional), you will need python-gnome2-extras.
diff --git a/office/keepnote/keepnote.SlackBuild b/office/keepnote/keepnote.SlackBuild
index 1403d6f9b1..f92be02daa 100644
--- a/office/keepnote/keepnote.SlackBuild
+++ b/office/keepnote/keepnote.SlackBuild
@@ -33,7 +33,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -61,7 +61,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-chown -R root.root .
+chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \