Skip to content

Commit

Permalink
remove rb suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 4, 2014
1 parent 151d8d0 commit 6fa3c75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/yast2-devtools.spec
Expand Up @@ -134,7 +134,7 @@ EOF
%{_datadir}/YaST2/clients/ycp2yml.rb
%{_datadir}/YaST2/data/devtools/bin/check-textdomain
%{_datadir}/YaST2/data/devtools/bin/check_icons
%{_datadir}/YaST2/data/devtools/bin/create_maintenance_branch.rb
%{_datadir}/YaST2/data/devtools/bin/create_maintenance_branch
%{_datadir}/YaST2/data/devtools/bin/find-unused-published
%{_datadir}/YaST2/data/devtools/bin/get-lib
%{_datadir}/YaST2/data/devtools/bin/pot-spellcheck
Expand Down
2 changes: 1 addition & 1 deletion ytools/yast2/Makefile.am
Expand Up @@ -4,7 +4,7 @@

# bnc#396315
pkgdatadir = @YAST2DEVTOOLS@/bin
pkgdata_SCRIPTS = ycp_puttext create_maintenance_branch.rb
pkgdata_SCRIPTS = ycp_puttext create_maintenance_branch
install-data-local:
ln -snf $(pkgdatadir)/ycp_puttext $(DESTDIR)$(ybindir)

Expand Down
File renamed without changes.

0 comments on commit 6fa3c75

Please sign in to comment.