X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=98825bddca182aa3c2c279cc6ba1759470839ea8;hb=28ac473b8b0727aeb8ca1c101fc16d40c0f14b8d;hp=0767ec4556e79c734989dbe1ced130d0f3a19e26;hpb=e184ff59e5cc01f9f62d0be272b77e59e149a6f1;p=khome.git diff --git a/Makefile b/Makefile index 0767ec4..98825bd 100644 --- a/Makefile +++ b/Makefile @@ -3,15 +3,18 @@ MAKEFLAGS := --no-builtin-rules .PHONY: install install_packages install: - @cp -Rp bin $(HOME)/ - @cp -Rp lib $(HOME)/ - @cp .profile $(HOME)/ - @cp .fonts.conf $(HOME)/ - @fc-cache $(HOME)/.fonts + @cp -Rp home/bin $(HOME)/ + @cp -Rp home/lib $(HOME)/ + @cp home/.profile $(HOME)/ + @cp home/.fonts.conf $(HOME)/ + @fc-cache $(HOME)/.fonts -install_packages: dpkg-selections +install_packages: system/debian/dpkg-selections @dpkg --set-selections < $< @apt-get -u dselect-upgrade -dpkg-selections: +system/debian/dpkg-selections: @dpkg --get-selections > $@ + +system/debian/apt-sources.list: + @cp /etc/apt/sources.list $@