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