Skip to content

Commit

Permalink
Fix installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Dec 19, 2017
1 parent 0b82767 commit 555bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ do_install() {
sudo install -m 644 "$temp_dir/data/eni-rdp-wrapper.desktop" \
/usr/share/applications/
sudo mkdir -p /usr/share/mime/packages
sudo install -m 644 '$temp_dir/data/eni-rdp-wrapper.xml' \
sudo install -m 644 "$temp_dir/data/eni-rdp-wrapper.xml" \
/usr/share/mime/packages/

# build cache database of MIME types handled by desktop files
Expand Down

0 comments on commit 555bb08

Please sign in to comment.