Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
64f84d8fa1
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      package/base/gzip/gzip.conf

+ 2
- 4
package/base/gzip/gzip.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -31,10 +32,7 @@ pm_move_to_bin() {
sed -i 's,"/usr/bin"/gzip,"/bin"/gzip,g' $root/usr/bin/gzexe
}
if [ $stagelevel -gt 0 ]; then
hook_add postmake 5 "pm_move_to_bin"
fi
hook_add postmake 5 "pm_move_to_bin"
# build with support for 'gunzip' and 'zcat'
var_append CC_WRAPPER_INSERT " " "-DGNU_STANDARD=0"

Loading…
Cancel
Save