]> git.pld-linux.org Git - packages/icedtea8.git/commitdiff
- unpack source1 earlier
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Mar 2008 23:09:12 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icedtea.spec -> 1.8

icedtea.spec

index 147cb42d0d09c485869ddcbce2a4c3b2d9786366..3fbec1ffdcd18a05a07cbc4dad9fb3f51e84d9f1 100644 (file)
@@ -61,9 +61,10 @@ dostarcza zamienniki biblioteczne binarnych wtyczek pochodzące z
 projektu GNU Classpath.
 
 %prep
-%setup -q
+# source1 should unpack itself into openjdk dir (it does that by default)
+%setup -q -a1
 
-find . -name '*.gmk' -exec sed -i -e 's#^PRINTF.*=.*#PRINTF = /bin/printf#g' "{}" ";"
+sed -i -e 's#^PRINTF.*=.*#PRINTF = /bin/printf#g' openjdk/jdk/make/common/shared/Defs-utils.gmk
 
 %build
 unset JAVA_HOME || :
This page took 0.037465 seconds and 4 git commands to generate.