Skip to content
Snippets Groups Projects
Commit 9fd29eb3 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

bugfix

parent 20580903
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,10 @@
function i () {
cd "$1" &&
makepkg -i &&
cd -
makepkg -i
}
i libsdbus-c++0
i msft-identity-broker
i msalsdk-dbusclient
( i libsdbus-c++0 )
( i msft-identity-broker )
( i msalsdk-dbusclient )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment