OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 07-Feb-2006 22:04:06
Branch: HEAD Handle: 2006020721040600
Modified files:
openpkg-registry Makefile
Log:
use make(1L) variable
Summary:
Revision Changes Path
1.3 +1 -1 openpkg-registry/Makefile
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/Makefile
============================================================================
$ cvs diff -u -r1.2 -r1.3 Makefile
--- openpkg-registry/Makefile 24 Nov 2005 09:01:00 -0000 1.2
+++ openpkg-registry/Makefile 7 Feb 2006 21:04:06 -0000 1.3
@@ -33,7 +33,7 @@
@echo "++ changing distribution version"; \
shtool version -l txt -n "$(PACKAGE_DESC)" -e $(VERSION_FILE); \
V=`shtool version -l txt -d short $(VERSION_FILE)`; \
- D=`shtool version -l txt -d long VERSION | sed -e 's;^.*(;;' -e
's;).*$$;;'`; \
+ D=`shtool version -l txt -d long $(VERSION_FILE) | sed -e 's;^.*(;;' -e
's;).*$$;;'`; \
shtool subst \
-e "s/^progvers=\"[^\"]*\"/progvers=\"$${V}\"/" \
-e "s/^progdate=\"[^\"]*\"/progdate=\"$${D}\"/" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]