Skip to content

Commit

Permalink
fix invalid glade filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigoku committed Apr 18, 2015
1 parent b5c6f63 commit 8abd65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p $PREFIX/{share/nfop,bin}

perl -pi'*.bak' -e's,\ \$Bin\ .\ \"/data/\",\"\'$PREFIX'\/share\/nfop\/\",' nfop

install -Dm644 data/glade.xml $PREFIX/share/nfop/glade.xml
install -Dm644 data/gui.glade $PREFIX/share/nfop/gui.glade
install -Dm644 data/icon48.png $PREFIX/share/nfop/icon48.png
install -Dm644 data/icon128.png $PREFIX/share/nfop/icon128.png
install -Dm755 nfop $PREFIX/bin/nfop
Expand Down

0 comments on commit 8abd65e

Please sign in to comment.