]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
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 855c00ba221537769e80ab117aec0dcdc3bb7e16..be9ce1c1a5170211b2ecbdb5b523a80b017d1dbf 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 c8c30d228269c07778c6f48a03469d46cf198509..54f52f4d616dbb057ee260852098f20fc25634d8 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 03424321d711acd6d57da4265e1f7eb86e2b2f51..d0039fd4fd6e5b6cd74ffd73fe10cc0b422d392f 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
+               }