Browse Source

13:41 <mnemoc> meaning... how could i send such a bad patch? i used var_append

instead of hook_add and /sbin/ instead of $sbindir.
13:45 <mnemoc> can you s/var_append/hook_add/g reiserfsprogs.conf ? please :(


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1702 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
a2fab64fae
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package/base/reiserfsprogs/reiserfsprogs.conf

+ 3
- 2
package/base/reiserfsprogs/reiserfsprogs.conf

@ -23,5 +23,6 @@
prefix=''
set_confopt
var_append postmake 5 'ln -fs reiserfsck $sbindir/fsck.reiserfs'
var_append postmake 5 'ln -fs mkreiserfs $sbindir/mkfs.reiserfs'
hook_add postmake 5 'ln -fs reiserfsck $sbindir/fsck.reiserfs'
hook_add postmake 5 'ln -fs mkreiserfs $sbindir/mkfs.reiserfs'

Loading…
Cancel
Save