Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fanfani

Pages: [1]
1
General / Re: Attract Mode 1.6.2 deb for ubuntu
« on: March 28, 2016, 01:57:10 AM »
hello, i confirm the bug in the i386 package: the "postinst" has a typo in it.

to correct the bug, just extract the package using dpkg-deb, edit "postinst" and re-create the package.

original "postinst" code

Code: [Select]
#! /bin/bash -e

ln -fs "/usr/local/bin/attract" "/usr/local/bin/attract"

should be

Code: [Select]
#! /bin/bash -e

ln -fs "/usr/local/bin/attract" "/usr/bin/attract"

as in the amd64 package

i attach my corrected package to this message

[attachment deleted by admin]

2
General / Re: Attract Mode 1.6.2 deb for ubuntu
« on: March 22, 2016, 02:24:22 AM »
hello there,

i get a small problem with the i386 package; I'm running Mint 17.3.

installing the .deb the configuration script results in an error with a wrong symlink (screenshot attached).

ln error string basically says (in italian on my system) "/usr/local/bin/attract and /usr/local/bin/attract are the same file".

the problem does not show up with the amd64 .deb on another Mint 17.3 system I have.

thank you for creating this packages, good job! :-)


Pages: [1]