Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
alternc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
domainepublic
alternc
Commits
e80e505f
Commit
e80e505f
authored
Oct 18, 2013
by
Alan Garcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrige deploiement de incron.d
parent
cdf5daae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
e80e505f
...
...
@@ -43,8 +43,9 @@ install-common:
# Configuration Files
test
-d
$(DESTDIR)/etc
||
mkdir
-p
$(DESTDIR)/etc
cp
-r
etc/alternc
$(DESTDIR)/etc
find
$(DESTDIR)/etc/alternc
-depth
-type
d
-name
".svn"
-exec
rm
{}
-rf
\;
chmod
755
$(DESTDIR)/etc/alternc
cp
-r
etc/incron.d
$(DESTDIR)/etc
find
$(DESTDIR)/etc/
-depth
-type
d
-name
".svn"
-exec
rm
{}
-rf
\;
chmod
755
$(DESTDIR)/etc/alternc
etc/incron.d
# Installer and upgrade scripts
test
-d
$(DESTDIR)/usr/share/alternc/install
||
mkdir
-p
$(DESTDIR)/usr/share/alternc/install
...
...
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