X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=Makefile;h=695e4e0e01d10def19509e182b66475e9a673177;hp=9140664debd1330f4ab113e020c083aeff4d8633;hb=11d850f72b61db1cf59e009c1d140115be9effbf;hpb=4377a644f66da7334ecceff1f44196027dad2af7 diff --git a/Makefile b/Makefile index 9140664..695e4e0 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ MAKEFLAGS := --no-builtin-rules -DPKG_SELECTIONS := system/debian/dpkg-selections -APT_SOURCES := system/debian/apt-sources.list - -.PHONY: update install install_packages +.PHONY: install install: @cp -Rp home/bin $(HOME)/ @@ -17,16 +14,3 @@ install: @cp home/.mpdconf $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ - -# May still need to run: -# 1. dselect update -# 2. interactive dselect with install, -# 3. apt update -# 4. apt upgrade -install_packages: $(DPKG_SELECTIONS) - @dpkg --set-selections < $< - @apt-get -u dselect-upgrade - -update: - @dpkg --get-selections > $(DPKG_SELECTIONS) - @cp /etc/apt/sources.list $(APT_SOURCES)