Add dpkg-selections
[khome.git] / Makefile
1 MAKEFLAGS := --no-builtin-rules
2
3 .PHONY: install install_packages
4
5 install:
6 @cp -Rp bin $(HOME)/
7 @cp -Rp lib $(HOME)/
8 @cp .profile $(HOME)/
9 @cp .fonts.conf $(HOME)/
10 @fc-cache $(HOME)/.fonts
11
12 install_packages: dpkg-selections
13 @dpkg --set-selections < $<
14 @apt-get -u dselect-upgrade
15
16 dpkg-selections:
17 @dpkg --get-selections > $@
This page took 0.066133 seconds and 5 git commands to generate.