diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-23 20:43:48 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-23 21:06:58 +0200 |
commit | 5774bab43a1946acd8440ad759eb6cc26335e64c (patch) | |
tree | 6af74858064eda20d6f9ce643bf1123a2f33b926 /package/Makefile | |
parent | e5940baadbdf76d39ea6079972dbbab9c1c623b1 (diff) |
new package aufs2-util
Since the aufs2 utilities seem to be available only via git, copy the
current state into the src/ directory, with the samples/ directory
removed. The files were intentionally left untouched, so custom changes
are still kept in patch files for easier upstream sending.
Using do-extract to copy the sources to the working directory has the
downside of having to define an empty do-configure target (as this is
not needed) but allows for using update-patches just like with any
other package (which is not the case if the copying is done in a
do-configure target).
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 40850c724..9597d5269 100644 --- a/package/Makefile +++ b/package/Makefile @@ -27,6 +27,7 @@ package-$(ADK_PACKAGE_ARPD) += arpd package-$(ADK_PACKAGE_ARPWATCH) += arpwatch package-$(ADK_PACKAGE_ASTERISK) += asterisk package-$(ADK_COMPILE_ATFTP) += atftp +package-$(ADK_PACKAGE_AUFS_UTIL) += aufs2-util package-$(ADK_PACKAGE_AUTOSSH) += autossh package-$(ADK_COMPILE_AVAHI) += avahi package-$(ADK_COMPILE_AXTLS) += axtls |