Skip to content

Commit

Permalink
move rbphoto.rb to lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tach committed Aug 8, 2008
1 parent 61ca2c3 commit a6a3fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUBYLIBDIR = $(shell ruby -rrbconfig -e "puts RbConfig::CONFIG['rubylibdir']")
install/rbphoto::
mkdir -p $(DEB_DESTDIR)/$(RUBYLIBDIR)
install -m 755 bin/* $(DEB_DESTDIR)/usr/bin/
install -m 755 rbphoto.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)
install -m 755 lib/rbphoto.rb $(DEB_DESTDIR)/$(RUBYLIBDIR)
5 changes: 3 additions & 2 deletions rbphoto.rb → lib/rbphoto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
rhtml = {}

class RbPhoto
NAME = "Robust Photo management tool"
VERSION = "0.1.5"
NAME = "RbPhoto"
LONGNAME = "Robust Photo management tool"
VERSION = "0.2.0"

class Photo < String

Expand Down

0 comments on commit a6a3fe2

Please sign in to comment.