From ac8bfdae8af723100637d48da11b4d2d70cd58c1 Mon Sep 17 00:00:00 2001 From: "Dr. Johann Pfefferl" Date: Tue, 11 May 2010 16:24:28 +0200 Subject: [PATCH] Image names in Makefile wrong --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.9.5