apt-setup: use default rules to prevent early setup breakage
This commit is contained in:
parent
f0a793833d
commit
677854292f
1 changed files with 1 additions and 7 deletions
|
|
@ -18,18 +18,12 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4
|
VERSION=4.3
|
||||||
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||||
REPOKEY=78DBA3BC47EF2265
|
REPOKEY=78DBA3BC47EF2265
|
||||||
NETINST=true
|
NETINST=true
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
cat << EOF > debian/rules
|
|
||||||
#! /usr/bin/make -f
|
|
||||||
%:
|
|
||||||
dh \$@
|
|
||||||
EOF
|
|
||||||
|
|
||||||
find debian -name apt-mirror-setup.templates-ubuntu | xargs -r rm
|
find debian -name apt-mirror-setup.templates-ubuntu | xargs -r rm
|
||||||
|
|
||||||
# Remove multiarch support
|
# Remove multiarch support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue