summaryrefslogtreecommitdiffstats
path: root/pkg/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/module.rules')
-rw-r--r--pkg/module.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/module.rules b/pkg/module.rules
index 90412eb17..60457d215 100644
--- a/pkg/module.rules
+++ b/pkg/module.rules
@@ -16,6 +16,9 @@ $(PKG.src.tar.bz2): | $(STAGE.out.src/)
$(STAGE.out.src/):
svn export -r$(HB.repo.rev) $(HB.repo.url) $@/$(HB.name)-$(HB.version)
+ sed 's/\(self.rev.*=.*\)0/\1$(HB.repo.rev)/' \
+ $@/$(HB.name)-$(HB.version)/make/configure.py > $@/$(HB.name)-$(HB.version)/make/configure.py.tmp
+ $(MV.exe) $@/$(HB.name)-$(HB.version)/make/configure.py.tmp $@/$(HB.name)-$(HB.version)/make/configure.py
###############################################################################