-
in fact, there are two such lines that should be fixed - both /usr/bin/install lines.
2006-12-04 17:01:28 UTC by diddledan
-
/usr/bin/install -c -D -m0755
$j /opt/IDEALX/imc/$j; \
the problem is here.. there should be a "\" at the end of the /usr/bin/install line.
2006-12-04 16:59:44 UTC by diddledan
-
Logged In: YES
user_id=1637329
This is on a Slackware 11 machine and I wish to use the
software it just doesnt want to install for me.
2006-11-03 23:13:32 UTC by moggles
-
root@Mogs:~/imc-1.2.50# make install -B
for i in 'lib etc certs bin doc plugins libexec'; do \
for j in `find $i`; do \
if [ -f $j ]; then \
/usr/bin/install -c -D -m0644
$j /opt/IDEALX/imc/$j; \
fi; \
done; \
done;
for i in 'bin'; do \
for j in `find $i`; do \.
2006-11-03 23:11:16 UTC by moggles
-
I have been runnin the following line in terminal on
Slackware 11 with the following results and I would
like to know how to go about fixing it.
root@****:~/imc-1.2.50# make install -B
for i in 'lib etc certs bin doc plugins libexec'; do \
for j in `find $i`; do \
if [ -f $j ]; then \
/usr/bin/install -c -D -m0644
$j...
2006-11-03 23:08:12 UTC by moggles
-
Anonymous committed patchset 1 of module CVSROOT to the I Management Console CVS repository, changing 11 files.
2004-12-08 21:10:06 UTC by nobody
-
dbarth registered the I Management Console project.
2004-12-08 19:13:28 UTC by dbarth