From: Dr. Johann Pfefferl Date: Tue, 11 May 2010 14:24:28 +0000 (+0200) Subject: Image names in Makefile wrong X-Git-Tag: release-1.0-2~12 X-Git-Url: https://vcs.maemo.org/git/?p=gps-tracker;a=commitdiff_plain;h=ac8bfdae8af723100637d48da11b4d2d70cd58c1 Image names in Makefile wrong --- diff --git a/Makefile b/Makefile index c5123a4..3d352bf 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,8 @@ install: mkdir -p $(MIME_DIR) mkdir -p $(BACKUP_DIR) cp --target-directory=$(BIN_DIR) $(targets) - cp gps-tracker-64.png $(ICON_DIR)/64x64/hildon/gps-tracker.png - cp gps-tracker-40.png $(ICON_DIR)/40x40/hildon/gps-tracker.png - cp gps-tracker-26.png $(ICON_DIR)/26x26/hildon/gps-tracker.png + cp gps-tracker-64x64.png $(ICON_DIR)/64x64/hildon/gps-tracker.png + cp gps-tracker-40x40.png $(ICON_DIR)/40x40/hildon/gps-tracker.png + cp gps-tracker-26x26.png $(ICON_DIR)/26x26/hildon/gps-tracker.png dist: clean