diff options
author | 2011-08-21 18:51:39 +0000 | |
---|---|---|
committer | 2011-08-21 18:51:39 +0000 | |
commit | a40aeaee9aa2736c837353becab9bb10788b43ab (patch) | |
tree | 6d12477980d549ee60d052c0d44d98efa25e637b /Makefile | |
parent | first version of toplevel makefile (diff) | |
download | autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.tar.gz autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.tar.bz2 autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.zip |
prepare to emerging
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ file_hook.so: file_hook.o file_hook.o: src/hook_lib/file_hook.c cc -Wall -fPIC -o file_hook.o -c src/hook_lib/file_hook.c +install: + mkdir -p "${DESTDIR}/usr/lib/" + cp file_hook.so "${DESTDIR}/usr/lib/" + cp -R src/autodep "${DESTDIR}/usr/lib/" + cp -R portage_with_autodep "${DESTDIR}/usr/lib/" + + mkdir -p "${DESTDIR}/usr/bin/" + cp hookfs emerge_strict "${DESTDIR}/usr/bin/" clean: rm -f hookfs file_hook.o file_hook.so |