]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- patching belongs to prep, regexp fix
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Dec 2004 10:41:00 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR.spec -> 1.15

gAVR.spec

index d194ab1bbddc9c308b433f56780827d136816e3d..8833a980a3d47ed0e44d66e81416a55609df0ba7 100644 (file)
--- a/gAVR.spec
+++ b/gAVR.spec
@@ -25,10 +25,11 @@ Graficzny programator dla mikrokontroler
 %prep
 %setup -q
 
+sed -i -e 's#\$(top_builddir)/\$(MKINSTALLDIRS)#$(MKINSTALLDIRS)#' \
+       po/Makefile.in.in
+
 %build
 cp -f /usr/share/automake/config.* .
-sed -i -e 's#$(top_builddir)/$(MKINSTALLDIRS)#$(MKINSTALLDIRS)#' \
-       po/Makefile.in.in
 %configure
 %{__make}
 
This page took 0.041643 seconds and 4 git commands to generate.