This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed
Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ artifact := $(HOME)/artifacts/$(package)-tc$(TC_VERSION)
1010.PHONY : deps tcz perms clean
1111
1212deps :
13+ sudo rm -rf $(artifact )
1314 tce-load -wicl $(compile_deps )
1415
1516perms :
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ compile_deps := python3.6 squashfs-tools curl libffi
1010all : deps setup build tcz
1111
1212setup :
13- rm -rf $(artifact )
1413 curl -L -o $(package_name ) https://github.com/canonical/cloud-init/archive/$(VERSION ) .tar.gz
1514 tar -xzf $(package_name )
1615
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ compile_deps := python3.6 squashfs-tools curl libffi
1010all : deps setup build tcz
1111
1212setup :
13- rm -rf $(artifact )
1413 curl -L -o $(package_name ) https://github.com/canonical/cloud-init/archive/$(VERSION ) .tar.gz
1514 tar -xzf $(package_name )
1615
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ compile_deps := perl5 squashfs-tools curl
1010all : deps setup build tcz
1111
1212setup :
13- sudo rm -rf $(artifact )
1413 sudo ln -sf /usr/local/bin/perl /usr/bin/perl
1514 sudo cp -a dpkg-architecture /usr/local/bin
1615 curl -L -o $(package_name ) https://deb.debian.org/debian/pool/main/i/ifupdown/$(package_name )
You can’t perform that action at this time.
0 commit comments