You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run makepkg with my fixed pkgbuild, the last step in build make build reasonably fails because there is no Makefile in that directory. Neither is there one anywhere else in the whole folder structure.
Where is that Makefile supposed to come from?
[paul@paul-pc mos-release]$ makepkg
==> Making package: mos 2.13.1-1 (So 16 Jun 2019 14:51:09 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating mos git repo...
Fetching origin
==> Validating source files with md5sums...
mos ... Skipped
==> Extracting sources...
-> Creating working copy of mos git repo...
Reset branch 'makepkg'
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
[fetch go packages]
make: *** No rule to make target 'build'. Stop.
==> ERROR: A failure occurred in build().
Aborting...
The text was updated successfully, but these errors were encountered:
When I run makepkg with my fixed pkgbuild, the last step in build
make build
reasonably fails because there is no Makefile in that directory. Neither is there one anywhere else in the whole folder structure.Where is that Makefile supposed to come from?
The text was updated successfully, but these errors were encountered: