summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-01-17 13:00:00 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-01-17 13:00:00 +0100
commit506d8eeb7b213c7aea24b5f82e19b8a1a748f746 (patch)
tree58f5e24fab8d7bf4d80d301e370a463f1ee92e04
parent448e13bdfc5682710762c991b14a0d7d041e8835 (diff)
downloaddebian-packages-506d8eeb7b213c7aea24b5f82e19b8a1a748f746.tar.gz
debian-packages-506d8eeb7b213c7aea24b5f82e19b8a1a748f746.zip
change rebuild command
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index db8dd28..6c7d3a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ ext {
sshUser = 'yvesf'
sshHost = 'xapek.org'
sshTargetDir = 'public_html/public/debian/files'
- sshRebuildCommand = 'public_html/public/debian/rebuild.sh'
+ sshRebuildCommand = 'cd public_html/public/debian && make'
}
allprojects {