Skip to content

Commit

Permalink
[Fix] Change debootstrap URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasstockner committed Jun 25, 2024
1 parent fdf4251 commit 86cb477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debootstrap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
rm -rf ./debootstrap-$(DEBOOTSTRAP_VERSION) ./debootstrap*.{deb,udeb,dsc}

# Get source package
dget https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_$(DEBOOTSTRAP_VERSION).dsc
dget https://cloudfront.debian.net/cdimage/snapshot/Debian/pool/main/d/debootstrap/debootstrap_$(DEBOOTSTRAP_VERSION).dsc

# Build source and Debian packages
pushd debootstrap-$(DEBOOTSTRAP_VERSION)
Expand Down

0 comments on commit 86cb477

Please sign in to comment.