Warning, file /graphics/klook/create_rpm.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/bin/sh
0002 
0003 NAME=klook
0004 VER=2.0
0005 DIR_NAME=$NAME-$VER
0006 
0007 mkdir $DIR_NAME
0008 cp -rf src locale icons README CMakeLists.txt $DIR_NAME
0009 tar -czf $DIR_NAME.tar.gz $DIR_NAME
0010 rm -rf $DIR_NAME
0011 #cp -f $DIR_NAME.tar.gz ~/rpmbuild/SOURCES
0012 rpmbuild -ba klook.spec