From: hackbard Date: Thu, 12 Aug 2004 15:25:38 +0000 (+0000) Subject: small fix to INSTALL documentation + build qt licq frontend X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=962e40b1ad682b009f91ec2773d89d53bbe67f47 small fix to INSTALL documentation + build qt licq frontend --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 855c00b..be9ce1c 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,7 @@ +*) 2004-08-12 + +- small fix to INSTALL documentation + build qt licq frontend + *) 2004-08-08 - added mesa3d and sdl-mixer package diff --git a/doc/INSTALL b/doc/INSTALL index c8c30d2..54f52f4 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -147,8 +147,8 @@ final steps example: - mknod -m 0666 /mnt/hdw-target/dev/null - mknod -m 0600 /mnt/hdw-target/dev/null + mknod -m 0666 /mnt/hdw-target/dev/null c 1 3 + mknod -m 0600 /mnt/hdw-target/dev/console c 5 1 [ WARNING : your system will not start up without these nodes ] @@ -167,5 +167,4 @@ troubleshooting: - visit: http://www.hackdaworld.dyndns.org/contents/mailing-list/ - visit: www.linuxfromscratch.org, www.linuxdoc.org, www.rocklinux.org ;) - regards hackbard diff --git a/packages/hackbard/licq/licq b/packages/hackbard/licq/licq index 0342432..d0039fd 100644 --- a/packages/hackbard/licq/licq +++ b/packages/hackbard/licq/licq @@ -5,3 +5,9 @@ # [V] 1.2.7 # [S] 3-8 # [D] licq-1.2.7.tar.bz2 http://belnet.dl.sourceforge.net/sourceforge/licq/ + +post_install() { + cd plugins/qt-gui + ./configure $confopt + make $make_conf ; make install $install_conf + }