diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -295,4 +295,5 @@ XXXXXXXXXX: Version 0.0.8-ALPHA 200x-xx-xx: Version x.x.x - Fix compilation and some compiler warnings. - Fix build with FLAC++ >= 1.1.3. -- Rename image_convert.sh to muggle-image-convert, make it a bit more robust. +- Rename image_convert.sh to muggle-image-convert, install it in + "make install", make it a bit more robust. @@ -169,6 +169,7 @@ mugglei: mg_tools.o mugglei.o mg_db.o $(DB_OBJ) mg_listitem.o mg_item.o mg_item_ install: @cp --remove-destination ../../lib/libvdr-muggle*.so.* /usr/lib/vdr/ @cp mugglei $(BINDIR)/ + @cp scripts/muggle-image-convert $(BINDIR)/ # @install -m 755 mugglei /usr/local/bin/ dist: clean mg_tables.h |