Skip to content
Snippets Groups Projects
Commit 4ba74e41 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Changed permissions [skip ci]

parent 6a2976f3
No related branches found
No related tags found
No related merge requests found
debian/rules 100755 → 100644
...@@ -15,6 +15,12 @@ override_dh_auto_clean: ...@@ -15,6 +15,12 @@ override_dh_auto_clean:
override_dh_auto_configure: override_dh_auto_configure:
cmake -DVERSION_MOOSE=3.1.3 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr . cmake -DVERSION_MOOSE=3.1.3 -DCMAKE_INSTALL_PREFIX=debian/tmp/usr .
override_dh_auto_build:
make VERBOSE=0 -j`nproc`
override_dh_auto_install:
make install
override_dh_auto_test: override_dh_auto_test:
echo "Nothing to do here" echo "Nothing to do here"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment