Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
ff76e3cde9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      package/base/bison/bison.conf

+ 5
- 1
package/base/bison/bison.conf

@ -26,5 +26,9 @@ make_yacc() {
chmod +x $root/usr/bin/yacc
}
[ "$stagelevel" -le 1 ] && makeopt="datadir=${datadir#$root}"
if [ "$stagelevel" -le 1 ]; then
makeopt="datadir=${datadir#$root}"
premake="sed -i 's, examples , ,' Makefile"
fi
postmake="make_yacc"

Loading…
Cancel
Save