[Pkg-tcltk-commits] r613 - tdom/trunk/debian
ssoberni-guest at alioth.debian.org
ssoberni-guest at alioth.debian.org
Thu May 22 23:45:51 UTC 2008
Author: ssoberni-guest
Date: 2008-05-22 23:45:45 +0000 (Thu, 22 May 2008)
New Revision: 613
Modified:
tdom/trunk/debian/rules
Log:
debian/rules fixes
Modified: tdom/trunk/debian/rules
===================================================================
--- tdom/trunk/debian/rules 2008-05-22 23:37:14 UTC (rev 612)
+++ tdom/trunk/debian/rules 2008-05-22 23:45:45 UTC (rev 613)
@@ -48,7 +48,6 @@
--includedir=$(DEV)/usr/include/tdom \
--with-expat)
-
build: build-stamp
build-stamp: config.status
@@ -87,7 +86,7 @@
# fix man pages (mann > man3)
mv $(CURDIR)/debian/tdom/usr/share/man/mann \
$(CURDIR)/debian/tdom/usr/share/man/man3
- (cd $(CURDIR)/debian/tmp/usr/share/man/man3 && \
+ (cd $(CURDIR)/debian/tdom/usr/share/man/man3 && \
for f in *.n.gz ; do \
f2=$$(echo $$f | sed -e 's/\.n/.3/'); \
mv $$f $$f2; \
More information about the Pkg-tcltk-commits
mailing list