[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian packaging of texlive-nonbin) branch, master, updated. debian/2013.20130523-1-14-g7d4c380



The following commit has been merged in the master branch:
commit b538cbdf20302a046f99e992af385eab4b0729e7
Author: Norbert Preining <preining@debian.org>
Date:   Thu May 30 10:10:32 2013 +0900

    create texmf-dist/web2c in rules file, texmf is gone

diff --git a/all/debian/rules.in b/all/debian/rules.in
index c14e6a2..6980933 100755
--- a/all/debian/rules.in
+++ b/all/debian/rules.in
@@ -34,9 +34,9 @@ clean:
 install: install-stamp
 
 install-stamp: build-stamp
-	# make sure we have texmf/web2c otherwise the media detection
+	# make sure we have texmf-dist/web2c otherwise the media detection
 	# might break (like in texlive-lang)
-	mkdir -p texmf/web2c
+	mkdir -p texmf-dist/web2c
 	perl debian/tpm2deb-bin.pl --nosource $(PACKAGES) $(METAPACKAGES)
 	for i in $(PACKAGES) $(METAPACKAGES) ; do \
 	  bash debian/generate-license-file $$i ; \

-- 
Debian packaging of texlive-nonbin)


Reply to: