summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-12-12 16:22:37 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-12-12 16:22:37 +0100
commitb7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e (patch)
treebe449ae3aa0a3bf5109b7c897d2c1125afe27d0c
parent6aa48b3d9bec4dded3140f57f8a6b55b02e3373d (diff)
downloaddrakx-b7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e.tar
drakx-b7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e.tar.gz
drakx-b7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e.tar.bz2
drakx-b7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e.tar.xz
drakx-b7fe35c410d7e6b5c33e01f71fba4a6ffa6c177e.zip
fix installing drakdoc (it's not perl)
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/Makefile.drakxtools1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index b0d8022e5..891631ff4 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -9,7 +9,7 @@ SO_FILES = c/blib/arch/auto/c/c.so
PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote
PMS = *.pm $(PMS_DIRS:%=%/*.pm) install/*.pm install/help/*.pm install/commands install/install2
-STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakautologin drakboot drakbug drakbug_report drakclock drakedm drakdvb drakdoc drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm
+STANDALONEPMS_ = adduserdrake bootloader-config display_help display_release_notes.pl diskdrake drakauth drakautologin drakboot drakbug drakbug_report drakclock drakedm drakdvb drakfont drakhelp drakperm draksec draksound drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch remove-unused-packages scannerdrake service_harddrake service_harddrake_confirm
STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%)
ALLPMS = $(PMS) $(STANDALONEPMS)
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 9baa37ac6..a8b5a1ae1 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -61,6 +61,7 @@ install:
install -d $(PREFIX)/etc/security
echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf
+ install -D standalone/drakdoc $(BINDEST)/
install -D standalone/finish-install.xsetup $(PREFIX)/etc/X11/xsetup.d/$(XSETUPLEVEL)finish-install.xsetup
install -D standalone/notify-x11-free-driver-switch.xsetup $(PREFIX)/etc/X11/xsetup.d/$(XSETUPLEVEL_HARDDRAKE)notify-x11-free-driver-switch.xsetup
install -d $(PREFIX)/etc/sysconfig