diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-11 09:59:26 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-11 09:59:26 +0100 |
commit | 84942148c97222db0328dfed0fe3c7b047bb38b0 (patch) | |
tree | 5d3b2a9707b630e64a35e07c55dfcc9867e7aee8 /perl-install/Makefile.drakxtools | |
parent | acdd74d9e1994edab0902a51d353e799ea6097bd (diff) | |
download | drakx-84942148c97222db0328dfed0fe3c7b047bb38b0.tar drakx-84942148c97222db0328dfed0fe3c7b047bb38b0.tar.gz drakx-84942148c97222db0328dfed0fe3c7b047bb38b0.tar.bz2 drakx-84942148c97222db0328dfed0fe3c7b047bb38b0.tar.xz drakx-84942148c97222db0328dfed0fe3c7b047bb38b0.zip |
polkit: Shuffle around folders a bit
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 20ac49191..6db0c3d97 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -4,7 +4,7 @@ include Makefile.config .PHONY: install INLIBDEST_DIRS = c resize_fat -HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu standalone/polkit/policy +HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu standalone/polkit DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake ../tools/serial_probe NAME = libDrakX XSETUPLEVEL=40 |