Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
a534e430
Commit
a534e430
authored
Oct 15, 2011
by
Steven Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the bash conditional, and use the test command. Magic.
parent
f1476b78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
debian/rules
debian/rules
+3
-3
No files found.
debian/rules
View file @
a534e430
...
@@ -9,11 +9,11 @@
...
@@ -9,11 +9,11 @@
override_dh_install
:
override_dh_install
:
cp
-r
"
$(CURDIR)
/db/"
"
$(CURDIR)
/dns/"
"
$(CURDIR)
/http/"
"
$(CURDIR)
/aegir.make"
"
$(CURDIR)
/platform/"
"
$(CURDIR)
"
/
*
.inc
"
$(CURDIR)
"
/
*
.php
"
$(CURDIR)
"
/
*
.info
"
$(CURDIR)
/debian/aegir-provision/usr/share/drush/commands/provision/"
cp
-r
"
$(CURDIR)
/db/"
"
$(CURDIR)
/dns/"
"
$(CURDIR)
/http/"
"
$(CURDIR)
/aegir.make"
"
$(CURDIR)
/platform/"
"
$(CURDIR)
"
/
*
.inc
"
$(CURDIR)
"
/
*
.php
"
$(CURDIR)
"
/
*
.info
"
$(CURDIR)
/debian/aegir-provision/usr/share/drush/commands/provision/"
# We need this nasty hack, because we added a directory.
# We need this nasty hack, because we added a directory.
# TODO: this is really lame, there must be a better way to do this?
# TODO: this is really lame, there must be a better way to do this?
if
[
-d
"
$(CURDIR)
/tests"
]
;
then
test
-d
"$(CURDIR)/tests"
&&
cp
-r
"$(CURDIR)/tests/"
"$(CURDIR)/debian/aegir-provision/usr/share/drush/commands/provision/"
cp
-r
"
$(CURDIR)
/tests/"
"
$(CURDIR)
/debian/aegir-provision/usr/share/drush/commands/provision/"
fi
cp
"$(CURDIR)/debian/aegir-provision.lintian"
"$(CURDIR)/debian/aegir-provision/usr/share/lintian/overrides/aegir-provision"
cp
"$(CURDIR)/debian/aegir-provision.lintian"
"$(CURDIR)/debian/aegir-provision/usr/share/lintian/overrides/aegir-provision"
DOMAIN
?=
$(
shell
hostname
-f
)
DOMAIN
?=
$(
shell
hostname
-f
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment