diff options
Diffstat (limited to 'package/xawtv/Makefile')
-rw-r--r-- | package/xawtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xawtv/Makefile b/package/xawtv/Makefile index f4c4ac60a..eaf36026f 100644 --- a/package/xawtv/Makefile +++ b/package/xawtv/Makefile @@ -28,7 +28,7 @@ pre-configure: xawtv-install: $(INSTALL_DIR) $(IDIR_XAWTV)/etc/X11/app-defaults - $(INSTALL_DATA) $(WRKINST)/etc/X11/app-defaults/Xawtv \ + $(INSTALL_DATA) $(WRKINST)/usr/lib/X11/app-defaults/Xawtv \ $(IDIR_XAWTV)/etc/X11/app-defaults $(INSTALL_DIR) $(IDIR_XAWTV)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/xawtv \ |