projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension
[apt.git]
/
dselect
/
makefile
diff --git
a/dselect/makefile
b/dselect/makefile
index 293b31b6a8f52e29baf21be0cd3ecdb38d7fef2f..c2059f92ac1b4d58af32473fef67e5682979cc2b 100644
(file)
--- a/
dselect/makefile
+++ b/
dselect/makefile
@@
-7,6
+7,11
@@
include ../buildlib/defaults.mak
# DSelect interfacing directory
SOURCE = desc.apt install names setup update
-TO = $(BUILD)/dselect
+TO = $(BUILD)/scripts/dselect
+TARGET = program
include $(COPY_H)
-
+
+LOCAL = dselect
+SOURCE = install update
+TYPE = sh
+include $(PODOMAIN_H)