Skip to content

Commit

Permalink
Fix manpage destination
Browse files Browse the repository at this point in the history
  • Loading branch information
elboulangero committed May 27, 2017
1 parent df2a0a6 commit e28f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/man/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/pnmixer.1.in
${CMAKE_CURRENT_BINARY_DIR}/pnmixer.1)

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pnmixer.1" DESTINATION "${CMAKE_INSTALL_MANDIR}")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pnmixer.1" DESTINATION "${CMAKE_INSTALL_MANDIR}/man1")

6 comments on commit e28f40d

@hasufell
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoopsie...

@elboulangero
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saw that will doing the Debian package, this lintian tool told me.

@hasufell
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we do a 0.7.2 release for that? misplaced files are definitely not a minor issue

@elboulangero
Copy link
Collaborator Author

@elboulangero elboulangero commented on e28f40d May 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a patch in the Debian package to fix that, I guess you can do the same for the Gentoo package, and I don't know if there are other packages around... Otherwise it's not too hard to do another release I guess.

@elboulangero
Copy link
Collaborator Author

@elboulangero elboulangero commented on e28f40d Jun 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, agreed with you, I tagged and puhsed a new release. If you have nothing else to add I will try to upload all the files on GitHub tomorrow.

@elboulangero
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ! Is it ok if I remove the branches ? I think nobody has work in progress there, it's only old branches.

Please sign in to comment.