summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/TODO')
-rw-r--r--pkgtools/pkg_install/files/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgtools/pkg_install/files/TODO b/pkgtools/pkg_install/files/TODO
new file mode 100644
index 00000000000..9234464024a
--- /dev/null
+++ b/pkgtools/pkg_install/files/TODO
@@ -0,0 +1,16 @@
+To Do
+=====
+add man page installation
+
+Done
+====
+Do correct GNU Makefile-ish things
+make a real mkdtemp thing
+get rid of BINDIR
+get rid of TAR_CMD
+REMOVE_CMD -> RM
+RMDIR_CMD -> RMDIR
+use MKDIR for mkdir -p uses via vsystem. Use mkdir(2) for all other uses.
+add digest files if MD5File not in -lc or -lmd
+try it on Darwin
+use full pathnames for utilities which are executed by vsystem()