summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-10-31 17:13:27 +0200
committerLars Wirzenius <liw@liw.fi>2009-10-31 17:13:27 +0200
commitabcc56d337726a06b2cf3a1a1703a861c432deb6 (patch)
tree169bcd9d607911fbcc67753c7d0122856711e912 /Makefile
parent7b6184b2c5236786d71e1306d527b31950a184d0 (diff)
downloadextrautils-abcc56d337726a06b2cf3a1a1703a861c432deb6.tar.gz
Re-did packaging so it uses dh instead of cdbs.
Dropped Python packaging helpers: I'm only installing simple scripts and I can't be bothered with the helpers. A simple dependency on the python package should be enough to keep things working. Added some missing stuff to install. Updated package long description.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bd9f20..25a6815 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ mandir = $(sharedir)/man
man1dir = $(mandir)/man1
progs = isascii corrupt
-scripts = total onerror
+scripts = total onerror do-until errno minimify
CFLAGS = -Wall -O2 --std=gnu99