Skip to content

Commit

Permalink
Fixing bug with location of bin.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisMedeirosBBD committed Mar 28, 2019
1 parent 81e743e commit f32a534
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
!NEWS
!README
!README.md
!rpmbuild/

!pg-password-generator.spec
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ([2.69])
AC_INIT([pg-password-generator], [1.0], [[email protected]])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])
AC_PREFIX_DEFAULT([/usr/bin])
AC_PREFIX_DEFAULT([/usr])

AM_INIT_AUTOMAKE

Expand Down
File renamed without changes.

0 comments on commit f32a534

Please sign in to comment.