Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
4c0397b488
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/util-linux/util-linux.conf

+ 2
- 2
package/base/util-linux/util-linux.conf

@ -54,9 +54,9 @@ util_linux_postmake() {
install -m 755 misc-utils/scriptreplay.pl $bindir/scriptreplay.pl
olddir=$PWD
cd $mandir/man1
ln -s scriptreplay.1 replay.1
ln -s -v -f scriptreplay.1 replay.1
cd $bindir/
ln -s scriptreplay.pl replay
ln -s -v -f scriptreplay.pl replay
cd $olddir
}

Loading…
Cancel
Save