-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced shell script with proper Makefile for install
- Loading branch information
GI_Jack
committed
Jan 2, 2020
1 parent
bbb7284
commit 04da0c7
Showing
2 changed files
with
6 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PREFIX = "usr/local/" | ||
install: | ||
install -Dm 644 shred.png "$(DESTDIR)/$(PREFIX)/share/icons/shred.png" | ||
install -Dm 755 srm_guified.sh "$(DESTDIR)/$(PREFIX)/share/thunar_srm/srm_guified.sh" | ||
install -Dm 755 LICENSE "$(DESTDIR)/$(PREFIX)/share/thunar_srm/LICENSE" | ||
install -Dm 644 secure_delete.uca.xml "$(DESTDIR)/$(PREFIX)/share/thunar_srm/secure_delete.uca.xml" |
This file was deleted.
Oops, something went wrong.