]> git.saurik.com Git - apt.git/blobdiff - vendor/ubuntu/makefile
use a substvar to set the archive-keyring in debian/control
[apt.git] / vendor / ubuntu / makefile
index 388a529a92292ab2708607c78bc201b6fe0f3a69..ea67e6e6339ba0385917313bec2f9a0985601201 100644 (file)
@@ -8,4 +8,4 @@ include ../../buildlib/defaults.mak
 doc: sources.list
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
-       sed -e 's#&ubuntu-codename;#$(shell grep --max-count=1 '^<!ENTITY ubuntu-codename "' ../../doc/apt-verbatim.ent | cut -d'"' -f 2)#g' $^ > $@
+       sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@