diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-10-19 19:21:42 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:06 +0100 |
| commit | e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5 (patch) | |
| tree | 733883143e7d99ef1c0902874078dc4ba071c086 /Makefile | |
| parent | 6bfe95a7c93d84d0a2f9071bbe3809c173287402 (diff) | |
| download | live-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.tar.gz live-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.zip | |
Removing ubuntu support.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,7 +1,5 @@ # Makefile -BUILD_SYSTEM := $(shell lsb_release --short --id) - TRANSLATIONS="it" all: build @@ -13,12 +11,10 @@ test: done build: - # Setting BUILD_SYSTEM - sed -e 's/\(BUILD_SYSTEM="\).*"/\1'$(BUILD_SYSTEM)'"/g' conf/live.conf > live.conf install: test build # Installing configuration - install -D -m 0644 live.conf $(DESTDIR)/etc/live.conf + install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf # Installing executables mkdir -p $(DESTDIR)/sbin @@ -116,7 +112,6 @@ update: done clean: - rm -f live.conf distclean: |
