Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
bd9f473c
Commit
bd9f473c
authored
Nov 04, 2014
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use cp instead mv to keep configuration files (
#760
)
parent
0936dfe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
bd9f473c
...
...
@@ -532,10 +532,10 @@ debian-dist: clean
@
cp
-pRH
$$
(
find
*
-maxdepth
0|grep
-v
-e
"
\(
lemonldap-ng-
$(VERSION)
\|
rpm
\)
"
)
lemonldap-ng-
$(VERSION)
@
rm
-rf
$$
(
find lemonldap-ng-
$(VERSION)
-name
.svn
-print
)
@
find
$$
dir
-name
'*.bak'
-delete
@
mv
lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.conf
@
mv
lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.conf
@
mv
lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.conf
@
mv
lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/handler-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/manager-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/portal-apache2.conf
@
cp
lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.X.conf lemonldap-ng-
$(VERSION)
/_example/etc/test-apache2.conf
@
rm
-rf
lemonldap-ng-
$(VERSION)
/lemonldap-ng-
$(VERSION)
@
$(COMPRESS)
lemonldap-ng_
$(VERSION)
.orig.
$(COMPRESSSUFFIX)
lemonldap-ng-
$(VERSION)
@
rm
-rf
lemonldap-ng-
$(VERSION)
...
...
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