small fix to INSTALL documentation + build qt licq frontend
authorhackbard <hackbard>
Thu, 12 Aug 2004 15:25:38 +0000 (15:25 +0000)
committerhackbard <hackbard>
Thu, 12 Aug 2004 15:25:38 +0000 (15:25 +0000)
doc/CHANGELOG
doc/INSTALL
packages/hackbard/licq/licq

index 855c00b..be9ce1c 100644 (file)
@@ -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
index c8c30d2..54f52f4 100644 (file)
@@ -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
index 0342432..d0039fd 100644 (file)
@@ -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
+               }