Skip to content

Commit

Permalink
replaced shell script with proper Makefile for install
Browse files Browse the repository at this point in the history
  • Loading branch information
GI_Jack committed Jan 2, 2020
1 parent bbb7284 commit 04da0c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 64 deletions.
6 changes: 6 additions & 0 deletions Makefile
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"
64 changes: 0 additions & 64 deletions install.sh

This file was deleted.

0 comments on commit 04da0c7

Please sign in to comment.