Skip to content
Snippets Groups Projects

Updated to only use Makefile for installing extra files

Merged Nicklas Holmberg requested to merge nicklasholmberg2-master-patch-67361 into master
3 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -11,5 +11,5 @@ make MODULE=${PKG_NAME} LIBVERSION=${LIBVERSION} db
make MODULE=${PKG_NAME} LIBVERSION=${LIBVERSION} install
# Install the autogenerated command file in the module directory
install -m 644 det_param_gen/*.cmd ${PREFIX}/modules/${PKG_NAME}/${PKG_VERSION}/
#install -m 644 det_param_gen/*.cmd ${PREFIX}/modules/${PKG_NAME}/${PKG_VERSION}/
Loading