Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1TSK <vitaly@easycoding.org>2015-05-09 19:48:15 +0300
committerV1TSK <vitaly@easycoding.org>2015-05-09 19:48:15 +0300
commit2cdcb3ba07875d61e3332979c92d24a733713945 (patch)
tree5b3e95743488ff425b8cd55cda7e449edc0b32e8 /skypeweb/README.md
parent9f19196450e08a14747825b80804404ed4ec941f (diff)
Updated README due SPEC changes.
Diffstat (limited to 'skypeweb/README.md')
-rw-r--r--skypeweb/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 7139f60..968dd2c 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -28,7 +28,7 @@ Requires devel headers/libs for libpurple and json-glib, gcc compiler and rpmbui
```
sudo yum install git rpm-build gcc json-glib-devel libpurple-devel pidgin-devel
cd skype4pidgin/skypeweb
- tar -czf purple-skypeweb-0.1.tar.gz *
- rpmbuild -tb purple-skypeweb-0.1.tar.gz
+ tar -czf skypeweb.tar.gz *
+ rpmbuild -tb skypeweb.tar.gz
```
The result can be found in ``~/rpmbuild/RPMS/`uname -m`/`` directory.