diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ # tpg@mandriva.org -PACKAGE = mandriva-xfce-config +PACKAGE = mageia-xfce-config VERSION = `date +%Y%m%d` PREFIX=$(prefix) xfceconfdir=$(sysconfdir) -xfceprofdir=$(localstatedir)/mandriva/xfce-profiles +xfceprofdir=$(localstatedir)/mageia/xfce-profiles install: -install -d $(DESTDIR)$(xfceconfdir) |