Giter VIP home page Giter VIP logo

Comments (6)

dimmus avatar dimmus commented on May 29, 2024

It seems okay. Your system build tool prefix is /usr. Mine is /usr/local (check the readme file).
What errors did you get? I will check the work of dir_prefix in meson.

Is the last one working? Check out the About page. Eflete uses AUTHORS to populate About page.

from eflete.

Thanatermesis avatar Thanatermesis commented on May 29, 2024

Is not an error, everything installs correctly, they are just installed in a wrong directory so as the previous example I just moved manually the files in the package to be in the correct location, yes the prefix is /usr here in the package and so I think that is important because applications and icons should be then in the /usr (not in /usr/local), again its not a problem for me but I wanted to report it because maybe the prefix is wrongly read on the makefiles or something similar?

from eflete.

dimmus avatar dimmus commented on May 29, 2024

For me:
/usr/bin : contains executable programs that are part of the operating system and installed by its package manager
/usr/local/bin : default location for executable programs not part of the operating system and installed there by the local administrator, usually after building them from source

The same for applications, icons, etc

from eflete.

Thanatermesis avatar Thanatermesis commented on May 29, 2024

Sorry I didn't see the last comment.

Yes exactly, for me too. The problem is that eflete is built using --prefix=/usr , that's why I said they are put in the wrong place (/usr/local/)

I think you can try this easily with something like this:

./configure --prefix=/usr
make
mkdir tmpinstalldir
make DESTDIR=tmpinstalldir install
tree tmpinstalldir

probably with the previous step, you can see inside the dir "tmpinstalldir" everything installed in a /usr structure, but some files are put on tmpinstalldir/usr/local. Probably if you do --prefix=/opt they are put on tmpinstalldir/usr/local too 🤔

from eflete.

dimmus avatar dimmus commented on May 29, 2024

Ok, I get it. You say, that Eflete doesn't follow a prefix. I definitely should check this out. Thanks.

from eflete.

dimmus avatar dimmus commented on May 29, 2024

Found hardcoded paths. Solved in 411dc54.
Thanks

from eflete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.