Skip to content

Commit e362088

Browse files
committed
fix install path
1 parent a5a13fd commit e362088

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bin_PROGRAMS = null-shell
2+
bin_PATH = /bin
23

34
null_shell_SOURCES = \
45
null_shell.c

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE
66

77
AC_PROG_CC
88

9-
PKG_PROG_PKG_CONFIG([0.25])
9+
AC_PREFIX_DEFAULT([])
1010

1111
AC_CONFIG_FILES([Makefile])
1212
AC_OUTPUT

0 commit comments

Comments
 (0)