summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPavel Vinogradov2016-01-18 15:26:14 -0500
committerPavel Vinogradov2016-01-18 15:26:14 -0500
commit865d5df1133f9a2ba3c2450479e767ea16fe9719 (patch)
tree8719f7e0fc88e1d5540c4bf8d653e8cc37367e3f /chat-im
parent5a553bf3746ec7a06f65e22c08dedb3ca06c8771 (diff)
chat-im/skypeweb: fixed removal of SOURCE_DIRECTORY after casting
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/skypeweb/BUILD1
-rwxr-xr-xchat-im/skypeweb/DETAILS2
-rw-r--r--chat-im/skypeweb/HISTORY4
3 files changed, 6 insertions, 1 deletions
diff --git a/chat-im/skypeweb/BUILD b/chat-im/skypeweb/BUILD
index e013b8d866..d32899e569 100755
--- a/chat-im/skypeweb/BUILD
+++ b/chat-im/skypeweb/BUILD
@@ -1 +1,2 @@
+cd ${SPELL} &&
cmake_build
diff --git a/chat-im/skypeweb/DETAILS b/chat-im/skypeweb/DETAILS
index f58c032ad1..c35329a415 100755
--- a/chat-im/skypeweb/DETAILS
+++ b/chat-im/skypeweb/DETAILS
@@ -2,7 +2,7 @@
SPELL=skypeweb
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.bz2"
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git/${SPELL}"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git"
SOURCE_URL="git://github.com/EionRobb/skype4pidgin:${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
diff --git a/chat-im/skypeweb/HISTORY b/chat-im/skypeweb/HISTORY
index d65f830296..b1b389d987 100644
--- a/chat-im/skypeweb/HISTORY
+++ b/chat-im/skypeweb/HISTORY
@@ -1,2 +1,6 @@
+2016-01-18 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS, BUILD: fixed SOURCE_DIRECTORY for proper removal after
+ casting
+
2016-01-04 Pavel Vinogradov <public@sourcemage.org>
* BUILD, DETAILS, DEPENDS, PREPARE: spell created