summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
blob: bc7d2cc5fd5a0b55edae33ed2eff8ef647756041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- Makefile -*-
VERSION:=13.49

SUDO        = sudo
TMPDIR      = /tmp
SO_FILES    = c/blib/arch/auto/c/c.so                                                                 

# PMS_DIRS is used only in drakxtools
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 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)
PERL        = perl
LOCALFILES  = $(patsubst %, ../tools/%,serial_probe/serial_probe xhost+)
DIRS        = c resize_fat #po 
CFLAGS	    = -Wall
override CFLAGS  += -pipe

7bf582019e.zip'>drakx-f6c7f5f6b0edbd8cbd645773035a077bf582019e.zip
drakhelp: fix .mozilla dir as root when it doesn't exists (#29775)
Diffstat (limited to 'perl-install/standalone/drakhelp')
-rw-r--r--perl-install/standalone/drakhelp1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index f99c2bb0f..15c4963c2 100644
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -44,6 +44,7 @@ if (! -e $instpath) {
}
if (-e $instpath) {
+ local $ENV{HOME} = '/root';
system("/usr/bin/www-browser file://$ancpath &");
} else {
$ugtk2::wm_icon = "help";