Skip to content

Commit

Permalink
fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascrha committed Oct 19, 2023
1 parent 557d22f commit fd0d33c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tdrop-git/tdrop-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ makedepends=("cmake")
depends=("xdotool", "bash", "gawk", "procps-ng")

package() {
sudo make install
sudo install -Dm755 "tdrop" "/usr/local/bin/tdrop"
sudo install -Dm644 "tdrop.1" "/usr/local/share/man/man1/tdrop.1"
sudo install -Dm644 "LICENSE" "/usr/local/share/licenses/tdrop/LICENSE"
}
# vim:set ft=sh ts=2 sw=2 et:

0 comments on commit fd0d33c

Please sign in to comment.