Commit 7ec24a67 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack icq: simplify

parent a82302f7
......@@ -15,7 +15,7 @@ subst "s|^Summary:.*|Summary: ICQ New for Linux|" $SPEC
# move package to /opt
mkdir -p $BUILDROOT$PRODUCTDIR
mv $BUILDROOT/{icq,qt.conf,lib,QtQuick.2,QtQuick,plugins,resources} $BUILDROOT$PRODUCTDIR || fatal
mv $BUILDROOT/* $BUILDROOT$PRODUCTDIR
subst "s|\"/|\"$PRODUCTDIR/|" $SPEC
add_bin_link_command $PRODUCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment