Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 20 years ago
parent
commit
0eaa0be878
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      package/daja77/antiword/antiword.conf

+ 6
- 1
package/daja77/antiword/antiword.conf

@ -20,7 +20,12 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
pkg_antiword_postinstall() {
echo "fixing permissions"
chmod 644 $datadir/antiword/*
chmod 755 $bindir/antiword $bindir/kantiword
}
var_append makeinstopt " " "LOCAL_INSTALL_DIR=$bindir"
var_append makeinstopt " " "LOCAL_RESOURCES_DIR=$datadir/antiword"
hook_add postinstall 3 "pkg_antiword_postinstall"

Loading…
Cancel
Save