| Summary: | ASTERISK-01819: [patch] zaptel Makefile assumes existence of $(INSTALL_PREFIX)/usr/include/linux | ||
| Reporter: | Dorian Gray (dorian) | Labels: | |
| Date Opened: | 2004-06-14 19:39:01 | Date Closed: | 2004-09-25 02:42:36 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) zaptel-cvs-mkdir-usrincludelinux.patch | |
| Description: | zaptel makefile install target assumes the existence of $(INSTALL_PREFIX)/usr/include/linux however, for sandbox systems like gentoo, $(INSTALL_PREFIX) is usually the sandbox and as such generally does not exist at build time. a simple mkdir -p takes care of this and should not harm other build environments. | ||
| Comments: | By: Mark Spencer (markster) 2004-06-15 09:26:34 Fixed in CVS | ||