Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-software-install-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefano Capitani
manjaro-software-install-tools
Commits
a6716268
Verified
Commit
a6716268
authored
Aug 14, 2018
by
Stefano Capitani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change makefile
Signed-off-by:
Ste74
<
stefano@manjaro.org
>
parent
5b765f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
Makefile
Makefile
+3
-5
No files found.
Makefile
View file @
a6716268
...
...
@@ -6,13 +6,11 @@ DAPP = $(DESTDIR)$(PREFIX)/share/applications
DEL
=
rm
-f
install
:
install
-Dm755
-t
$(DPATH)
*
.sh
*
.py
install
-Dm755
-t
$(DPATH)
*
.sh
install
-Dm755
-t
$(DPATH)
*
.py
uninstall
:
$(DEL)
$(DPATH)
/manjaro-software-install.tool.py
$(DEL)
$(DPATH)
/installapps.sh
all
:
install
.PHONY
:
all install uninstall
\ No newline at end of file
.PHONY
:
install uninstall
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