X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Flicq%2Flicq;h=d0039fd4fd6e5b6cd74ffd73fe10cc0b422d392f;hb=962e40b1ad682b009f91ec2773d89d53bbe67f47;hp=04827df21de9ab40aa70c195f4d8542b74855ad1;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/licq/licq b/packages/hackbard/licq/licq index 04827df..d0039fd 100644 --- a/packages/hackbard/licq/licq +++ b/packages/hackbard/licq/licq @@ -7,8 +7,7 @@ # [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 + cd plugins/qt-gui + ./configure $confopt + make $make_conf ; make install $install_conf } -