diff options
-rw-r--r-- | pixmaps/Makefile | 2 | ||||
-rw-r--r-- | po/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 7bf92536..f0f259de 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -1,5 +1,5 @@ THEMES = default kde gnome -mcc_dir = $(RPM_BUILD_ROOT)/usr/share/mcc +mcc_dir = $(DESTDIR)/usr/share/mcc all: diff --git a/po/Makefile b/po/Makefile index eda439f5..712160de 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,5 +1,5 @@ # Installation directories -localedir = $(prefix)/usr/share/locale +localedir = $(DESTDIR)/usr/share/locale LANGS = $(shell ls *.po | xargs -i basename {} .po ) PGOAL = drakconf |