diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-21 08:33:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-21 08:33:33 +0100 |
commit | e7fbbc95bc3a73e938d7c0159978a73ee7c3d22a (patch) | |
tree | 39fc21a1babb1fbb79ba930a58a534812456e5e5 /package/mpdbox | |
parent | 67714c4684478fc14a979ee72d81d8f3a90ab41f (diff) |
copy config.inc
Diffstat (limited to 'package/mpdbox')
-rw-r--r-- | package/mpdbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/mpdbox/Makefile b/package/mpdbox/Makefile index bda39ecc8..fd164e8ad 100644 --- a/package/mpdbox/Makefile +++ b/package/mpdbox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= mpdbox PKG_VERSION:= 1.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= ac0dc1cc7141c1eca66d8ddd98574e0b PKG_DESCR:= MPD web interface PKG_SECTION:= multimedia @@ -24,5 +24,7 @@ mpdbox-install: $(INSTALL_DIR) $(IDIR_MPDBOX)/srv/www/htdocs $(CP) $(WRKBUILD)/* \ $(IDIR_MPDBOX)/srv/www/htdocs + $(CP) $(IDIR_MPDBOX)/srv/www/htdocs/inc/config.inc.example \ + $(IDIR_MPDBOX)/srv/www/htdocs/inc/config.inc include ${TOPDIR}/mk/pkg-bottom.mk |