Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1543 closed defect (duplicate)

Gnome GDM error in post-install chmod command

Reported by: hugo@… Owned by: blfs-book@…
Priority: high Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc: hugo@…

Description

In the two chmod commands, the "--prefix=" text should be removed:

Incorrect (current): chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0\ /share/gdm/BuiltInSessions/default.desktop && chmod -v 644 --prefix=pkg-config --variable=prefix ORBit-2.0\ /share/xsessions/gnome.desktop

Correct: chmod -v 644 pkg-config --variable=prefix ORBit-2.0\ /share/gdm/BuiltInSessions/default.desktop && chmod -v 644 pkg-config --variable=prefix ORBit-2.0\ /share/xsessions/gnome.desktop

Change History (2)

comment:1 by LFS-User@…, 19 years ago

Resolution: duplicate
Status: newclosed

This bug was already entered into the system, and fixed.

* This bug has been marked as a duplicate of 1542 *

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.