X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=6e92c021bc967f993d6a8099882b8c703f011b8b;hb=3b34a3453da45ee2f3672d8c8af7fb617d4b7560;hp=1337ca6d233e0bcc1ab71907c299cf7f54555a9d;hpb=b4ec332fd4c6c36cc64d0ecf8533700091a9f06b;p=diogenes.git diff --git a/Makefile b/Makefile index 1337ca6..6e92c02 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pkg-dist: pkg-build cp -a $(PKG_FILES) $(PKG_DIST) for dir in `find $(PKG_DIRS) $(VCS_FILTER) -o -type d -print`; \ do \ - mkdir -p $(PKG_DIST)/$$dir; \ + mkdir -p $(PKG_DIST)/$$dir; \ find $$dir -maxdepth 1 -type f -exec cp {} $(PKG_DIST)/$$dir \; ; \ done tar czf $(PKG_DIST).tar.gz $(PKG_DIST)