Image names in Makefile wrong
authorDr. Johann Pfefferl <pfefferl@nghape.jpnet>
Tue, 11 May 2010 14:24:28 +0000 (16:24 +0200)
committerDr. Johann Pfefferl <pfefferl@nghape.jpnet>
Tue, 11 May 2010 14:24:28 +0000 (16:24 +0200)
Makefile

index c5123a4..3d352bf 100644 (file)
--- 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